Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to check with additional rules #1169
Comments
This comment has been minimized.
This comment has been minimized.
|
I think you should be able to add this to your "standard": {
"plugins": [ "...", "..." ]
} |
This comment has been minimized.
This comment has been minimized.
|
Thanks, and the plugin needs to provide the activated configuration? |
This comment has been minimized.
This comment has been minimized.
|
To be honest, I'm not exactly familiar with how plugins work in eslint. If it activates the rules automatically it should probably work, if not you can either use standardx or use eslint directly by extending eslint-config-standard. |
This comment has been minimized.
This comment has been minimized.
|
Solved this by creating a fork on standard and changing the |
CCFenner
closed this
Aug 13, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Nov 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CCFenner commentedJul 26, 2018
We would like to use StandardJS for our development.
Currently we have ESLint in place with a custom rules plugin. Can I run the additional rules with StandardJS also or should I execute StandardJS and ESLint for custom rules only?