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

@jxstjh/eslint-config-standard

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jxstjh/eslint-config-standard - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

scripts/install.js

5

index.js

@@ -21,3 +21,6 @@ /**

},
extends: '', // 一个配置文件可以从基础配置中继承已启用的规则,每个配置继承它前面的配置
extends: [
'@vue/standard',
'plugin:vue/strongly-recommended',
], // 一个配置文件可以从基础配置中继承已启用的规则,每个配置继承它前面的配置

@@ -24,0 +27,0 @@ // 启用的规则及其各自的错误级别:

16

package.json
{
"name": "@jxstjh/eslint-config-standard",
"version": "0.0.1",
"version": "0.0.2",
"description": "@jxstjh内部vue eslint规则",
"main": "index.js",
"repository": {
"scripts": {
"postinstall": "node scripts/install.js || echo \"ignore\""
},
"repository": {},
"keywords": [

@@ -14,3 +16,11 @@ "eslint",

"license": "MIT",
"homepage": ""
"homepage": "",
"dependencies": {
"node-emoji": "^1.10.0"
},
"devDependencies": {
"chalk": "^4.1.0",
"eslint": "^7.12.1",
"eslint-plugin-vue": "^7.1.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