eslint-config 1.4.1
Install from the command line:
Learn more about npm packages
$ npm install @aurora-is-near/eslint-config@1.4.1
Install via package.json:
"@aurora-is-near/eslint-config": "1.4.1"
About this version
A shareable ESLint configuration for Node packages and services.
This repository enforces semantic commit messages. For more details and examples see the Conventional Commits Specification.
yarn add @aurora-is-near/eslint-config
Add the following to your ESLint configuration file:
{
"extends": "@aurora-is-near/eslint-config"
}
The configuration will detect whether your are using TypeScript, React, Jest etc. and enable particular rulesets accordingly.