2.1.5 • Published 7 months ago

@aautcq/eslint-config v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@aautcq/eslint-config

ESLint config.

Install

With NPM

npm i -D @aautcq/eslint-config

ESLint config

Then, in your local .eslintrc.js file, add the following

{
  extends: '@aautcq/eslint-config',
  ... // override config if needed
}

The default config is the JS one. To target any other, extend '@aautcq/eslint-config/lib/<config>'. Available configs are 'js-config' and 'ts-config'.

Further Reading / Useful Links

2.1.4

7 months ago

2.1.5

7 months ago

2.1.0

7 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago