⚙️ Walidoux's Eslint Config.
Go to file
2023-07-26 21:14:56 +01:00
.vscode refactor(IDE): remove unnecessary file ignore patterns 2023-07-26 20:49:42 +01:00
.eslintignore feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
.eslintrc chore: 🎉 update latest 2022-08-27 21:53:11 +01:00
.gitignore feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
index.js refactor(eslint): ignore two ennoying rules 2023-07-26 20:56:04 +01:00
LICENSE feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
package.json chore(release): bump 1.0.5 2023-07-26 21:14:56 +01:00
README.md chore: 🎉 update latest 2022-08-27 21:53:11 +01:00
yarn.lock fix(chore): resolve conflicting deps 2023-07-26 21:13:28 +01:00

@walidoux/eslint-config

⚙️ Walidoux's ESlint config.

npmlicense

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"]
}