@cnamts/eslint-config-vue
v2.14.1
Published
ESLint configuration used across our Vue.js projects
Downloads
202
Readme
ESLint Config
ESLint configurations used across our Vue.js projects.
Installation
To install the package, you need to use yarn or npm:
yarn add @cnamts/eslint-config-vue
# OR
npm install @cnamts/eslint-config-vueUsage
To use the ESLint configuration, you need to create a .eslintrc.js file and use the extends property to reference @cnamts/eslint-config-vue:
module.exports = {
extends: '@cnamts/eslint-config-vue'
};