1.0.9 • Published 9 months ago

@walidoux/eslint-config v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@walidoux/eslint-config

⚙️ Walidoux's ESlint config. npm

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