2.0.0 • Published 2 years ago

@strg/eslint-config-vue v2.0.0

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

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.