You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@vue/eslint-config-standard

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 5.0.0

LICENSE

23

package.json
{
"name": "@vue/eslint-config-standard",
"version": "4.0.0",
"description": "eslint-config-standard for vue-cli",
"version": "5.0.0",
"description": "eslint-config-standard for Vue CLI",
"main": "index.js",

@@ -11,3 +11,3 @@ "publishConfig": {

"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
"url": "git+https://github.com/vuejs/eslint-config-standard.git"
},

@@ -21,12 +21,15 @@ "keywords": [

"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
"url": "https://github.com/vuejs/eslint-config-standard/issues"
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/eslint-config-standard#readme",
"homepage": "https://github.com/vuejs/eslint-config-standard#readme",
"dependencies": {
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
"eslint-config-standard": "^14.1.0"
},
"peerDependencies": {
"eslint": ">=6.2.2",
"eslint-plugin-import": ">= 2.18.0",
"eslint-plugin-node": ">= 9.1.0",
"eslint-plugin-promise": ">= 4.2.1",
"eslint-plugin-standard": ">= 4.0.0"
}
}
# @vue/eslint-config-standard
> eslint-config-standard for vue-cli
> eslint-config-standard for Vue CLI
This config is specifically designed to be used by `vue-cli` setups
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

@@ -10,3 +10,3 @@ 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
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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc