isaacscript 5.0.0 → 5.0.1

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.
@@ -26,6 +26,6 @@
26
26
  "devDependencies": {
27
27
  "isaacscript": "^0.0.1",
28
28
  "complete-lint": "^0.0.1",
29
- "typescript": "^0.0.1"
29
+ "typescript": "5.5.4"
30
30
  }
31
31
  }
@@ -3,11 +3,14 @@
3
3
 
4
4
  // @ts-check
5
5
 
6
- import { isaacscriptConfigBase } from "eslint-config-isaacscript";
7
- import tseslint from "typescript-eslint";
6
+ import { completeConfigBase } from "eslint-config-complete"; // eslint-disable-line import-x/no-extraneous-dependencies
7
+ import { isaacscriptConfigBase } from "eslint-config-isaacscript"; // eslint-disable-line import-x/no-extraneous-dependencies
8
+ import tseslint from "typescript-eslint"; // eslint-disable-line import-x/no-extraneous-dependencies
8
9
 
9
10
  export default tseslint.config(
10
- // We use "eslint-config-isaacscript" as the base of the config:
11
+ // https://github.com/complete-ts/complete/blob/main/packages/eslint-config-complete/src/base.js
12
+ ...completeConfigBase,
13
+
11
14
  // https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-config-isaacscript/src/base.js
12
15
  ...isaacscriptConfigBase,
13
16
 
@@ -3,11 +3,10 @@
3
3
 
4
4
  // @ts-check
5
5
 
6
- import { completeConfigBase } from "eslint-config-complete";
7
- import tseslint from "typescript-eslint";
6
+ import { completeConfigBase } from "eslint-config-complete"; // eslint-disable-line import-x/no-extraneous-dependencies
7
+ import tseslint from "typescript-eslint"; // eslint-disable-line import-x/no-extraneous-dependencies
8
8
 
9
9
  export default tseslint.config(
10
- // We use "eslint-config-complete" as the base of the config:
11
10
  // https://github.com/complete-ts/complete/blob/main/packages/eslint-config-complete/src/base.js
12
11
  ...completeConfigBase,
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",