⚙️ Walidoux's Eslint Config.
Go to file
2022-08-26 17:36:03 +01:00
.vscode feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
.eslintignore feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
.eslintrc feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
.gitignore feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
index.js refactor: 🔧 implement parser options 2022-08-26 17:36:03 +01:00
LICENSE feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
package.json feat: 🚀 initial commit 2022-08-26 17:31:31 +01:00
README.md refactor: 📝 update docs 2022-08-26 17:34:08 +01:00
yarn.lock feat: 🚀 initial commit 2022-08-26 17:31:31 +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

Add it to your project inside package.json's file.

{ "eslint": "@walidoux/eslint-config" }