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 11.0.2 to 11.0.3

3

index.js

@@ -35,2 +35,5 @@ module.exports = {

'no-unused-vars': 'off',
// TS already checks for that, and Typescript-Eslint recommends to disable it
// https://typescript-eslint.io/linting/troubleshooting#i-get-errors-from-the-no-undef-rule-about-global-variables-not-being-defined-even-though-there-are-no-typescript-errors
'no-undef': 'off',
'@typescript-eslint/no-unused-vars': 'warn'

@@ -37,0 +40,0 @@ }

22

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

@@ -30,10 +30,10 @@ "main": "index.js",

"devDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"execa": "^4.0.3",
"jest": "^26.5.2",
"typescript": "^4.0.3",
"vue": "^2.6.12",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"execa": "^4.1.0",
"jest": "^26.6.3",
"typescript": "^4.9.5",
"vue": "^2.7.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.0.2"
"vue-property-decorator": "^9.1.2"
},

@@ -51,5 +51,5 @@ "peerDependencies": {

"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"vue-eslint-parser": "^9.0.0"
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"vue-eslint-parser": "^9.1.1"
},

@@ -56,0 +56,0 @@ "engines": {

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