Package detail

@philihp/eslint-config

philihp2.3kMIT6.1.0

Personally Preferred ESLint Rules

eslint

readme

Version Requirements Status tests Downloads License

Installation

npm install --save-dev @philihp/eslint-config

and then create an .eslintrc (or add eslintConfig to your package.json) with the following

{
  "extends": ["@philihp"]
}

Usage

The following packages use this config, and can be seen as examples of how to use and extend the package, e.g. turning off specific rules.