eslint-config 1.2.0
Install from the command line:
Learn more about npm packages
$ npm install @aq-systems/eslint-config@1.2.0
Install via package.json:
"@aq-systems/eslint-config": "1.2.0"
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"] }