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
11
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 5.0.0 to 5.0.1

2

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

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

@@ -52,2 +52,3 @@ # @vue/eslint-config-typescript

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.

@@ -60,10 +61,9 @@ An example `.eslintrc.js`:

'plugin:vue/essential',
'eslint:recommended',
'@vue/airbnb',
'@vue/typescript/recommended',
'prettier',
'prettier/vue',
'prettier/@typescript-eslint'
'@vue/prettier',
'@vue/prettier/@typescript-eslint'
]
}
```
module.exports = {
extends: [
'./index',
'./index.js',
'plugin:@typescript-eslint/recommended'

@@ -5,0 +5,0 @@ ],

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