Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/eslint-config-typescript

Package Overview
Dependencies
Maintainers
9
Versions
69
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 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'
}
}

2

package.json
{
"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.
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