@vue/eslint-config-typescript
Advanced tools
Comparing version 3.0.0-rc.7 to 3.0.0-rc.8
module.exports = { | ||
plugins: ['typescript'], | ||
// Prerequisite `eslint-plugin-vue`, being extended, sets | ||
// root property `parser` to `'vue-eslint-parser'`, which, for code parsing, | ||
// in turn delegates to the parser, specified in `parserOptions.parser`: | ||
// https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error | ||
parserOptions: { | ||
@@ -4,0 +8,0 @@ parser: require.resolve('typescript-eslint-parser') |
{ | ||
"name": "@vue/eslint-config-typescript", | ||
"version": "3.0.0-rc.7", | ||
"version": "3.0.0-rc.8", | ||
"description": "eslint-config-typescript for vue-cli", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,1 +6,9 @@ # @vue/eslint-config-typescript | ||
See [eslint-plugin-typescript](https://github.com/nzakas/eslint-plugin-typescript) for available rules. | ||
This config is specifically designed to be used by `vue-cli` setups | ||
and is not meant for outside use (it can be used but some adaptations | ||
on the user side might be needed - for details see the config file). | ||
A part of its design is that this config may implicitly depend on | ||
other parts of `vue-cli` setups, such as `eslint-plugin-vue` being | ||
extended in the same resulting config. |
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
2212
23
14