@jpp-toolkit/eslint-config 0.0.26 → 0.0.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jpp-toolkit/eslint-config",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "ESLint configurations for JS/TS projects.",
5
5
  "keywords": [
6
6
  "jpp",
@@ -294,7 +294,7 @@ export const importXConfig = defineConfig([
294
294
  * @config errors
295
295
  * @see {@link https://github.com/un-ts/eslint-plugin-import-x/blob/master/docs/rules/default.md}
296
296
  */
297
- // 'import-x/default': 'off',
297
+ 'import-x/default': 'off',
298
298
 
299
299
  /**
300
300
  * Ensure named imports correspond to a named export in the remote file.