632 B
632 B
@walidoux/eslint-config
Installation
YARN ➜ yarn add -D eslint @walidoux/eslint-config
NPM ➜ npm install --save-dev eslint @walidoux/eslint-config
Usage
Create a .eslintrc
configuration and extend the base configuration.
{ "extends": "@walidoux/eslint-config" }
When extending multiple configurations, keep the base configuration first.
{
"extends": ["@walidoux/eslint-config", "other-sort-of-plugin"]
}