standard-engine
Advanced tools
Comparing version 14.0.0 to 14.0.1
@@ -34,6 +34,6 @@ #!/usr/bin/env node | ||
string: [ | ||
'ext', | ||
'global', | ||
'plugin', | ||
'parser', | ||
'ext', | ||
'env' | ||
@@ -40,0 +40,0 @@ ] |
@@ -156,3 +156,4 @@ /*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
packageOpts = pkgConf.sync(self.cmd, { cwd: opts.cwd }) | ||
rootPath = path.dirname(pkgConf.filepath(packageOpts)) | ||
const packageJsonPath = pkgConf.filepath(packageOpts) | ||
if (packageJsonPath) rootPath = path.dirname(packageJsonPath) | ||
} | ||
@@ -176,3 +177,3 @@ | ||
if (opts.useGitIgnore) { | ||
if (opts.useGitIgnore && rootPath) { | ||
opts.gitIgnoreFile | ||
@@ -179,0 +180,0 @@ .map(gitIgnoreFile => { |
{ | ||
"name": "standard-engine", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "Wrap your standards in a tortilla and cover it in special sauce.", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"eslint": "^7.12.1", | ||
"eslint-config-standard": "^15.0.1", | ||
"eslint-config-standard-jsx": "^9.0.0", | ||
"eslint-config-standard": "^16.0.0", | ||
"eslint-config-standard-jsx": "^10.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
@@ -57,3 +57,3 @@ "eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"standard": "^15.0.1", | ||
"standard": "*", | ||
"tape": "^5.0.1" | ||
@@ -60,0 +60,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
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
36155
360