@aurora-is-near/eslint-config
v1.5.3
Published
A shareable ESLint configuration
Keywords
Readme
ESLint Config
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.
Installation
yarn add @aurora-is-near/eslint-configUsage
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.
