@unfold/eslint-config
v3.0.0
Published
Unfold's ESLint config
Downloads
4
Keywords
Readme
Unfold ESLint config
This is a linting config which extends Airbnb's javascript styleguide with our own modifications.
Install
npm
npm install --save-dev eslint @unfold/eslint-config
yarn
yarn add --dev eslint @unfold/eslint-config
package.json
"eslintConfig": {
"extends": "@unfold/eslint-config"
},