Open mercmobily opened 5 years ago
This Atom package only lints JavaScript Standard Style but not any custom ESLint rules. If you’d like to change standard
’s ESLint ruleset, your best option is probably to use eslint-config-standard and install linter-eslint for Atom. See also I disagree with rule X, can you change it?
Hi,
Sorry if this is not the right repository for this report. I installed the linter in atom as a dependency of linter-js-standard. I added this to my package.json:
However, no matter what I do, I just can't get any of the rules I set here to apply. I also tried to create a
.eslintrc
file in my project root -- no luck.Am I missing something?