4.1.0 • Published 1 year ago

@byzanteam/eslint-config-vue v4.1.0

Weekly downloads
18
License
-
Repository
github
Last release
1 year ago

@byzanteam/eslint-config-vue

Byzanteam sharable ESLint configuration for Vue.

Usage

JavaScript

$ npm install -D eslint @byzanteam/eslint-config-javascript @byzanteam/eslint-config-vue
// .eslintrc.js
module.exports = {
  extends: [
    '@byzanteam/javascript',
    '@byzanteam/vue',
  ],
}

TypeScript

$ npm install -D eslint @byzanteam/eslint-config-typescript @byzanteam/eslint-config-vue
// .eslintrc.js
module.exports = {
  extends: [
    '@byzanteam/typescript',
    '@byzanteam/vue',
  ],
  parserOptions: {
    extraFileExtensions: [".vue"],
    parser: '@typescript-eslint/parser',
  },
}
4.1.0

1 year ago

4.0.0

2 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago