@aautcq/eslint-config
v2.1.5
Published
Various ESLint configs for Vue.js and TypeScript projects
Downloads
18
Readme
@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'
.