healthier
healthier copied to clipboard
🧘♀️ Healthier is an opinionated style agnostic code linter – a friendly companion to Prettier
https://github.com/SublimeLinter/SublimeLinter-eslint/pull/311/files
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.
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.