@vue/eslint-config-typescript
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@vue/eslint-config-typescript", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "eslint-config-typescript for vue-cli", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,3 @@ # @vue/eslint-config-typescript | ||
So when used alongside other sharable configs, this config should be placed after all other configs except for the `prettier` ones in the `extends` array. | ||
And make sure to also include the `@typescript-eslint` sub ruleset of the `prettier` config. | ||
@@ -60,10 +61,9 @@ An example `.eslintrc.js`: | ||
'plugin:vue/essential', | ||
'eslint:recommended', | ||
'@vue/airbnb', | ||
'@vue/typescript/recommended', | ||
'prettier', | ||
'prettier/vue', | ||
'prettier/@typescript-eslint' | ||
'@vue/prettier', | ||
'@vue/prettier/@typescript-eslint' | ||
] | ||
} | ||
``` |
module.exports = { | ||
extends: [ | ||
'./index', | ||
'./index.js', | ||
'plugin:@typescript-eslint/recommended' | ||
@@ -5,0 +5,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5817