⚙️ Walidoux's Eslint Config.
.vscode | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
@walidoux/eslint-config
⚙️ Walidoux's 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"]
}