Linting does work properly
Unanswered
Saltwater Crocodile posted this in #help-forum
Saltwater CrocodileOP
i use prettier with following cfg:
but the tabs are getting fixed for some reason when running
{
"singleQuote": true,
"tabWidth": 2,
"useTabs": false
}
but the tabs are getting fixed for some reason when running
bun run lint
any idea why?