@angular-eslint/builder 18.2.1-alpha.8 → 18.3.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"lint.impl.d.ts","sourceRoot":"","sources":["../src/lint.impl.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;;AAGvC,wBA+LE"}
1
+ {"version":3,"file":"lint.impl.d.ts","sourceRoot":"","sources":["../src/lint.impl.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;;AAGvC,wBAgME"}
package/dist/lint.impl.js CHANGED
@@ -110,6 +110,7 @@ For full guidance on how to resolve this issue, please see https://github.com/an
110
110
  * log (even when no results) because different formatters handled the
111
111
  * "no results" case differently.
112
112
  */
113
+ // @ts-expect-error - TODO: investigate this new rules meta argument to this function in ESLint v9
113
114
  const formattedResults = await formatter.format(finalLintResults);
114
115
  if (options.outputFile) {
115
116
  const pathToOutputFile = (0, path_1.join)(systemRoot, options.outputFile);
@@ -1 +1 @@
1
- {"version":3,"file":"eslint-utils.d.ts","sourceRoot":"","sources":["../../src/utils/eslint-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAuBxC,wBAAsB,2BAA2B,CAC/C,gBAAgB,EAAE,MAAM,GAAG,SAAS,EACpC,OAAO,EAAE,MAAM,EACf,aAAa,UAAQ;;;GAyEtB"}
1
+ {"version":3,"file":"eslint-utils.d.ts","sourceRoot":"","sources":["../../src/utils/eslint-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAuBxC,wBAAsB,2BAA2B,CAC/C,gBAAgB,EAAE,MAAM,GAAG,SAAS,EACpC,OAAO,EAAE,MAAM,EACf,aAAa,UAAQ;;;GA0EtB"}
@@ -63,7 +63,8 @@ async function resolveAndInstantiateESLint(eslintConfigPath, options, useFlatCon
63
63
  eslintOptions.rulePaths = options.rulesdir || [];
64
64
  eslintOptions.resolvePluginsRelativeTo =
65
65
  options.resolvePluginsRelativeTo || undefined;
66
- eslintOptions.ignorePath = options.ignorePath || undefined;
66
+ eslintOptions.ignorePath =
67
+ options.ignorePath || undefined;
67
68
  /**
68
69
  * If "noEslintrc" is set to `true` (and therefore here "useEslintrc" will be `false`), then ESLint will not
69
70
  * merge the provided config with others it finds automatically.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/builder",
3
- "version": "18.2.1-alpha.8",
3
+ "version": "18.3.1-alpha.0",
4
4
  "description": "Angular CLI builder for ESLint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",