standard-engine
Advanced tools
Comparing version 15.0.0 to 15.1.0
@@ -44,2 +44,3 @@ #!/usr/bin/env node | ||
'ext', | ||
'ignore', | ||
'global', | ||
@@ -80,2 +81,3 @@ 'plugin', | ||
--ext Specify JavaScript file extensions | ||
--ignore Specify files to ignore | ||
--global Declare global variable | ||
@@ -99,2 +101,3 @@ --plugin Use custom eslint plugin | ||
extensions: argv.ext, | ||
ignore: argv.ignore, | ||
globals: argv.global, | ||
@@ -101,0 +104,0 @@ plugins: argv.plugin, |
@@ -1,2 +0,2 @@ | ||
export var cli: typeof import("./bin/cmd"); | ||
export const cli: typeof import("./bin/cmd"); | ||
export type EslintOptions = import('eslint').ESLint.Options; | ||
@@ -3,0 +3,0 @@ export type BaseLintOptions = Omit<import('./lib/resolve-eslint-config').ResolveOptions, 'cmd' | 'cwd'>; |
@@ -92,3 +92,3 @@ /*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
if (eslintConfig.fix) { | ||
this.eslint.ESLint.outputFixes(result) | ||
await this.eslint.ESLint.outputFixes(result) | ||
} | ||
@@ -95,0 +95,0 @@ |
@@ -221,2 +221,5 @@ /*! standard-engine. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
if (customEslintConfigResolver) { | ||
/** | ||
* @type {string} | ||
*/ | ||
let rootDir | ||
@@ -223,0 +226,0 @@ if (opts.usePackageJson) { |
{ | ||
"name": "standard-engine", | ||
"version": "15.0.0", | ||
"version": "15.1.0", | ||
"description": "Wrap your standards in a tortilla and cover it in special sauce.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"check:dependency-check": "dependency-check *.js 'bin/**/*.js' 'lib/**/*.js' --no-dev", | ||
"check:installed-check": "installed-check", | ||
"check:installed-check": "installed-check --engine-no-dev", | ||
"check:standard": "standard", | ||
@@ -62,24 +62,24 @@ "check:tsc": "tsc", | ||
"devDependencies": { | ||
"@tsconfig/node12": "^1.0.9", | ||
"@tsconfig/node12": "^1.0.11", | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/eslint": "^8.4.1", | ||
"@types/eslint": "^8.40.0", | ||
"@types/minimist": "^1.2.2", | ||
"@types/node": "~12.20.0", | ||
"@types/tape": "^4.13.2", | ||
"c8": "^7.10.0", | ||
"@types/node": "^12.20.55", | ||
"@types/tape": "^5.6.0", | ||
"c8": "^7.14.0", | ||
"cross-spawn": "^7.0.3", | ||
"dependency-check": "^5.0.0-4", | ||
"eslint": "^8.13.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"dependency-check": "^5.0.0-7", | ||
"eslint": "^8.41.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-config-standard-jsx": "^11.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"installed-check": "^5.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"standard": "^17.0.0-2", | ||
"tape": "^5.5.2", | ||
"type-coverage": "^2.21.0", | ||
"typescript": "~4.6.3" | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"installed-check": "^7.1.1", | ||
"npm-run-all2": "^6.0.5", | ||
"standard": "^17.1.0", | ||
"tape": "^5.6.3", | ||
"type-coverage": "^2.26.0", | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -86,0 +86,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
42737
698