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.7 to 3.0.0-rc.8

4

index.js
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')

2

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