Closed gillesdemey closed 9 years ago
Hello, yeah it does make sense.
But why don't you configure honorStyleSettings
to true so that your plugin will only lint your files if it finds standard
, semistandard
, hapiness
in your package.json devDependencies
.
Isn't it called checkStyleDevDependencies
? That's what I'm deducing from the README :)
Either way that's a good solution to my problem, it just requires some configuration.
Yes, you're correct. Sorry I must have confused the settings.
Does this workflow work for you or do you need this feature implemented?
Yea this works, thanks!
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 related or older projects) — and switching between linters is currently a pain.