1.0.1 • Published 4 years ago
@airbnb-config/eslint-base v1.0.1
Airbnb Eslint Base Config
Eslint config based off airbnb's javascript style guide tweaked to work with prettier.
Implementation
To install run the following command:
npm install -D @airbnb-config/eslint-base
or with yarn run:
yarn add -D @airbnb-config/eslint-base
To extend configuration add the following to your package.json file:
"eslintConfig": {
"extends": "./node_modules/@airbnb-config/eslint-base"
},
Prettier
To use with prettier, checkout the @airbnb-config/prettier package.