@jxstjh/eslint-config-standard
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@jxstjh/eslint-config-standard", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "@jxstjh内部vue eslint规则", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ /* eslint-disable max-len */ | ||
function hasSettingsJsonFile() { | ||
const pwd = (resolve('../.vscode/settings.json')); | ||
const pwd = (resolve('../../../.vscode/settings.json')); | ||
console.log(pwd) | ||
@@ -21,0 +21,0 @@ if (fs.existsSync(pwd)) { |
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
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
4543