standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 124 forks source link

Override standard command name #9

Closed eush77 closed 9 years ago

eush77 commented 9 years ago

It doesn't mean this style checker is any less “standard” just because someone grabbed a fancier name first.

Checking for standard in npm scripts doesn't mean checking for someone else's standard, it means checking for the standard style for the project you're working on.

     "url": "http://twitter.com/flettre"
   },
   "bin": {
-    "semistandard": "./bin/cmd.js"
+    "standard": "./bin/cmd.js"
   },
   "bugs": {
     "url": "https://github.com/Flet/semistandard/issues"
Flet commented 9 years ago

I appreciate the notion! Some folks need to switch between linters often (like myself) so having a unique name has technical benefits.