eslint-config 2.0.0-alpha.7
Install from the command line:
Learn more about npm packages
$ npm install @aq-systems/eslint-config@2.0.0-alpha.7
Install via package.json:
"@aq-systems/eslint-config": "2.0.0-alpha.7"
About this version
A common ESLint config used in AQS's projects.
-
Get Prettier up and running (you may start here).
-
Install ESLint and this package.
yarn add --dev eslint @aq-systems/eslint-config
-
Add the following config file (
.eslintrc.json
) at the root of your project.{ "extends": ["@aq-systems/eslint-config"] }