0.2.0 • Published 5 years ago

eslint-config-ecollect-vue v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-config-ecollect-vue

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.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint.

  1. Install the correct versions of each package, which are listed by the command:

    npm install --save-dev eslint eslint-config-ecollect-vue
  2. Add "extends": "ecollect-vue to your .eslintrc.

License

Copyright (c) 2018 eCollect AG. See the LICENSE file for license rights and limitations (MIT).