strg-at / eslint-config-vue

Standard linting configuration for Vue.js projects developed by STRG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Standard linting configuration for Vue.js projects developed by STRG.

License:MIT License


Languages

Language:JavaScript 100.0%