-
`-F --format Automatically format code. (using standard-format)`
In user shortcut
``` json
{ "keys": ["ctrl+alt+f"], "command": "semistandard_format" }
```
-
Should this package support semistandard through options?
Something like I did in `linter-js-standard`:
- Automatically check style in package.json `devDependencies`.
- Manual choosing the style
-
https://github.com/Flet/semistandard
syntastic already has a `standard` reporter. `semistandard` is a drop-in replacement for standard (to enable semicolons).
-
Adding ESLint could be a good thing. It helps catching out some issues while coding (like forgotten console-log and etc). There are a few standards like https://github.com/airbnb/javascript, or https:…
-
I'd be awesome to have an option that disables the Standard linter when a .jshintrc file is in the project.
I'm using Standard for most of my personal projects and JSHint for some others (mostly work…
-
> _Adopting standard style means ranking the importance of community conventions higher than personal style._
>
> README
I assume a standard that calls itself “standard” would **choose “practical” o…
-
are we standardJS?
-
I get this error after re-installing semistandard with `rm node_modules/semistandard && npm install semistandard`:
TypeError: Error while loading rule 'spaced-comment': Cannot read property 'length' …
-
I just upgraded from 3.3.0 to 3.4.0 and now get this error:
TypeError: Error while loading rule 'spaced-comment': Cannot read property 'length' of undefined
at module.exports (C:\r\larsthorup\ama…
-
After enabling either [Standard](https://github.com/brigade/overcommit/blob/master/lib/overcommit/hook/pre_commit/standard.rb) or [SemiStandard](https://github.com/brigade/overcommit/blob/master/lib/o…