ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

"Extra semicolon" - no sense, need to disable #164

Closed voltuer closed 7 years ago

voltuer commented 7 years ago

Hi guys. I love this package and use it a lot, but I want to disable the warning for end-line semicolons since I personally find it standard and a good practices in JS, especially for minification and easines of reading purposes.

How can I disable this or could you please add a setting for it?

ricardofbarros commented 7 years ago

Hey @sebfindling , that's the purpose of standard, you shouldn't need to disable it. If you want to use semi-colons try semistandard instead. This package supports it.

voltuer commented 7 years ago

Ohh, didn't notice semistandard used semicolons. Thanks ;)

ricardofbarros commented 7 years ago

No problem :) It's the only difference between styles.