@angular-eslint/builder
Advanced tools
Comparing version 18.3.0 to 18.3.1-alpha.0
@@ -113,2 +113,3 @@ "use strict"; | ||
*/ | ||
// @ts-expect-error - TODO: investigate this new rules meta argument to this function in ESLint v9 | ||
const formattedResults = await formatter.format(finalLintResults); | ||
@@ -115,0 +116,0 @@ if (options.outputFile) { |
@@ -66,3 +66,4 @@ "use strict"; | ||
options.resolvePluginsRelativeTo || undefined; | ||
eslintOptions.ignorePath = options.ignorePath || undefined; | ||
eslintOptions.ignorePath = | ||
options.ignorePath || undefined; | ||
/** | ||
@@ -69,0 +70,0 @@ * If "noEslintrc" is set to `true` (and therefore here "useEslintrc" will be `false`), then ESLint will not |
{ | ||
"name": "@angular-eslint/builder", | ||
"version": "18.3.0", | ||
"version": "18.3.1-alpha.0", | ||
"description": "Angular CLI builder for ESLint", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
18063
360
2