@jxstjh/eslint-config-standard
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -21,3 +21,6 @@ /** | ||
}, | ||
extends: '', // 一个配置文件可以从基础配置中继承已启用的规则,每个配置继承它前面的配置 | ||
extends: [ | ||
'@vue/standard', | ||
'plugin:vue/strongly-recommended', | ||
], // 一个配置文件可以从基础配置中继承已启用的规则,每个配置继承它前面的配置 | ||
@@ -24,0 +27,0 @@ // 启用的规则及其各自的错误级别: |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4507
4
108
1
3
1
+ Addednode-emoji@^1.10.0
+ Addedlodash@4.17.21(transitive)
+ Addednode-emoji@1.11.0(transitive)