@pkmn/eslint-config 9.12.0 → 9.14.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/index.js +0 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -200,7 +200,6 @@ export default [
200
200
  ecmaVersion: 11,
201
201
  sourceType: "module",
202
202
  parserOptions: {
203
- tsconfigRootDir: ".",
204
203
  project: ["./tsconfig.json"],
205
204
  warnOnUnsupportedTypeScriptVersion: false,
206
205
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/eslint-config",
3
- "version": "9.12.0",
3
+ "version": "9.14.0",
4
4
  "type": "module",
5
5
  "description": "ESLint configuration from @pkmn based on Pokémon Showdown's style",
6
6
  "repository": "github:pkmn/eslint-config",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "peerDependencies": {
16
16
  "@stylistic/eslint-plugin": ">=5.2",
17
- "typescript-eslint": ">=8.38",
18
- "eslint": ">=9.32",
17
+ "typescript-eslint": ">=8.41",
18
+ "eslint": ">=9.34",
19
19
  "eslint-plugin-import": ">=2.32",
20
20
  "eslint-plugin-jest": ">=29.0",
21
21
  "typescript": ">=5.9"