bahlint 28.58.6934-dev-001 → 28.58.6934-dev-002

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.
Files changed (2) hide show
  1. package/bin/bahlint.js +1 -1
  2. package/package.json +1 -1
package/bin/bahlint.js CHANGED
@@ -173,7 +173,7 @@ ${getErrorMessage(error)}`;
173
173
  eslintOptions.overrideConfigFile = configFilePath;
174
174
  } else {
175
175
  // Don't look for any external config files; use our built-in defaults
176
- eslintOptions.useEslintrc = false;
176
+ eslintOptions.overrideConfigFile = true;
177
177
  eslintOptions.overrideConfig = {
178
178
  languageOptions: {
179
179
  ecmaVersion: 2024,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bahlint",
3
- "version": "28.58.6934-dev-001",
3
+ "version": "28.58.6934-dev-002",
4
4
  "author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
5
5
  "description": "An AST-based pattern checker for JavaScript.",
6
6
  "type": "commonjs",