3.1.0 • Published 2 years ago
@chriseff/eslint-config v3.1.0
chrisEff's eslint config
⚠️ DEPRECATED ⚠️
If you use eslint with prettier plugin, most rules from this code style will be overridden by prettier anyway.
Basically just the "standard" code style with some adjusted rules here and there...
Installation
npm i -D @chriseff/eslint-configor
yarn add -D @chriseff/eslint-configUsage
Create a file named .eslintrc in your project, containing:
{
"extends": "@chriseff"
}