2.1.5 • Published 2 years ago

@aautcq/eslint-config v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

2.1.5

2 years ago

2.1.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago