@psdevs/eslint-config
v3.1.1
Published
ESLint config for frontend projects 🔴
Downloads
11
Readme
eslint-config
Our preferred code linting rules for ESLint.
Usage
$ npm i -D @psdevs/eslint-config
In package.json
, add:
"eslintConfig": {
"extends": "@psdevs/eslint-config"
},