@futagoza/eslint-config-core 17.0.0 → 17.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futagoza/eslint-config-core",
3
- "version": "17.0.0",
3
+ "version": "17.4.0",
4
4
  "description": "Futago-za Ryuu's basic ESLint configurations",
5
5
  "keywords": [
6
6
  "eslint",
@@ -14,7 +14,7 @@
14
14
  "main": "index.js",
15
15
  "type": "module",
16
16
  "dependencies": {
17
- "@stylistic/eslint-plugin": "6.0.0-beta.5"
17
+ "@stylistic/eslint-plugin": "6.0.0-beta.6"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=20.0.0"
package/rules/style.js CHANGED
@@ -486,7 +486,7 @@ export const config = {
486
486
  *
487
487
  * @see https://eslint.style/rules/list-style
488
488
  */
489
- "@stylistic/exp-list-style": "off",
489
+ "@stylistic/list-style": "off",
490
490
 
491
491
  /**
492
492
  * Enforce a maximum line length
@@ -710,7 +710,7 @@ export const config = {
710
710
  *
711
711
  * @see http://eslint.org/docs/rules/no-undefined
712
712
  */
713
- "no-undefined": "error",
713
+ "no-undefined": "off",
714
714
 
715
715
  /**
716
716
  * Disallow dangling underscores in identifiers