Socket
Socket
Sign inDemoInstall

@vue/eslint-config-typescript

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/eslint-config-typescript - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

2

package.json
{
"name": "@vue/eslint-config-typescript",
"version": "9.0.1",
"version": "9.1.0",
"description": "eslint-config-typescript for vue-cli",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -51,4 +51,3 @@ # @vue/eslint-config-typescript

Some of its rules, however, might conflict with `prettier`.
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.
So when used alongside other sharable configs, this config should be placed after all other configs except for the one from `eslint-plugin-prettier` in the `extends` array.

@@ -64,6 +63,5 @@ An example `.eslintrc.js`:

'@vue/prettier',
'@vue/prettier/@typescript-eslint'
'plugin:prettier/recommended'
]
}
```

@@ -23,4 +23,11 @@ module.exports = {

}
},
{
files: ['*.js', '*.cjs'],
rules: {
// in plain CommonJS modules, you can't use `import foo = require('foo')` to pass this rule, so it has to be disabled
'@typescript-eslint/no-var-requires': 'off'
}
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc