@futagoza/eslint-config-core 17.0.0 → 17.3.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/rules/style.js +1 -1
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.3.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