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.
- package/bin/bahlint.js +1 -1
- 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.
|
|
176
|
+
eslintOptions.overrideConfigFile = true;
|
|
177
177
|
eslintOptions.overrideConfig = {
|
|
178
178
|
languageOptions: {
|
|
179
179
|
ecmaVersion: 2024,
|
package/package.json
CHANGED