This package provides eCollect's Vue.js .eslintrc as an extensible shared config.
The package combines eCollect's base config with the official ESLint plugin for Vue.js and applies some eCollect specific rules.
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint
.
- Install the correct versions of each package, which are listed by the command:
npm install --save-dev eslint eslint-config-ecollect-vue
- Add
"extends": "ecollect-vue
to your .eslintrc.
Copyright (c) 2018 eCollect AG. See the LICENSE file for license rights and limitations (MIT).