@destination/eslint-config-vue
v1.4.2
Published
Vue ESLint config used by Destination
Downloads
114
Readme
Destination ESLint Config Vue
Defines a set of rules used by ESLint to enforce our JS/TS coding standards for Vue projects
Installation
yarn add @destination/eslint-config-vue eslint --dev
Usage
Add the following to your project's ruleset e.g. in package.json
:
{
"eslint": {
"extends": "@destination/eslint-config-vue"
}
}
Run eslint
as normal e.g.:
yarn eslint 'assets/**/*.{js,ts,vue}'
License
Released under the MIT license