@vue/eslint-config-typescript
Advanced tools
Comparing version 3.0.0-rc.5 to 3.0.0-rc.6
10
index.js
@@ -9,6 +9,12 @@ module.exports = { | ||
'no-undef': 'off', | ||
'no-unused-vars': 'off' | ||
'no-unused-vars': 'off', | ||
// https://github.com/eslint/typescript-eslint-parser/issues/445 | ||
// 'typescript/no-unused-vars': 'error' | ||
// 'typescript/no-unused-vars': 'error', | ||
// https://github.com/vuejs/vue-cli/issues/1672 | ||
'space-infix-ops': 'off', | ||
// temporary fix for https://github.com/vuejs/vue-cli/issues/1922 | ||
// very strange as somehow this rule gets different behaviors depending | ||
// on the presence of typescript-eslint-parser... | ||
'strict': 'off' | ||
} | ||
} |
{ | ||
"name": "@vue/eslint-config-typescript", | ||
"version": "3.0.0-rc.5", | ||
"version": "3.0.0-rc.6", | ||
"description": "eslint-config-typescript for vue-cli", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# @vue/eslint-config-typescript | ||
> eslint-config-typescript for vue-cli | ||
> eslint-config-typescript for vue-cli | ||
See [eslint-plugin-typescript](https://github.com/nzakas/eslint-plugin-typescript) for available rules. |
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
1518
19
6