@strg/eslint-config-vue
v2.0.0
Published
Vue ESLint configuration for STRG.
Downloads
6
Readme
eslint-config-vue
Standard linting configuration for Vue.js projects developed by STRG.
Installation
# install with npm
npm install -D @strg/eslint-config-vue
# or with yarn
yarn add -D @strg/eslint-config-vue
Usage
// .eslintrc.js
module.exports = {
extends: [
'@strg/eslint-config-vue'
]
}
Versioning
This project adheres to Semantic Versioning.