healthier icon indicating copy to clipboard operation
healthier copied to clipboard

🧘‍♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier

Results 3 healthier issues
Sort by recently updated
recently updated
newest added

https://github.com/SublimeLinter/SublimeLinter-eslint/pull/311/files

help wanted
good first issue

Right now, because we pass code via stdin without the file path, the css-modules plugin in the editor doesn't see the corresponding css/scss files and shows false positives.

bug

Right now, .prettierignore is handled in the bin/standard-engine.js, but really should be done inside the require('standard-engine').linter, I think I'll just have to fork it properly.

bug