@vue/eslint-config-typescript
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -8,3 +8,5 @@ module.exports = { | ||
parserOptions: { | ||
parser: require.resolve('typescript-eslint-parser') | ||
parser: require.resolve('typescript-eslint-parser'), | ||
// #3268 | ||
jsx: true | ||
}, | ||
@@ -11,0 +13,0 @@ rules: { |
{ | ||
"name": "@vue/eslint-config-typescript", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "eslint-config-typescript for vue-cli", | ||
@@ -25,4 +25,4 @@ "main": "index.js", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"typescript-eslint-parser": "^21.0.1" | ||
"typescript-eslint-parser": "^21.0.2" | ||
} | ||
} |
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
2163
23