Skip to content

Commit bb6a24f

Browse files
committed
fix: lint
1 parent f4d3577 commit bb6a24f

6 files changed

Lines changed: 17 additions & 2 deletions

File tree

packages/docs/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"./src/**/*.ts",
2222
"./src/**/*.tsx",
2323
"./static/js/*.js",
24-
"docusaurus.config.ts",
2524
"sidebars.ts",
26-
"typedoc.config.base.mjs",
2725
],
2826
}

packages/isaac-typescript-definitions-repentogon/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export default defineConfig(
3737
sortDir: "asc",
3838
},
3939
],
40+
41+
// TODO: https://github.com/eslint/eslint/issues/20272
42+
"@typescript-eslint/unified-signatures": "off",
4043
},
4144
},
4245

packages/isaac-typescript-definitions/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export default defineConfig(
3737
sortDir: "asc",
3838
},
3939
],
40+
41+
// TODO: https://github.com/eslint/eslint/issues/20272
42+
"@typescript-eslint/unified-signatures": "off",
4043
},
4144
},
4245

packages/isaacscript-cli/eslint.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import { defineConfig } from "eslint/config";
66
export default defineConfig(
77
...completeConfigBase,
88

9+
{
10+
rules: {
11+
// TODO: https://github.com/eslint/eslint/issues/20272
12+
"@typescript-eslint/unified-signatures": "off",
13+
},
14+
},
15+
916
{
1017
files: ["**/copied/*.ts"],
1118
rules: {

packages/isaacscript-common/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export default defineConfig(
3434
* rule.
3535
*/
3636
"@typescript-eslint/require-array-sort-compare": "warn",
37+
38+
// TODO: https://github.com/eslint/eslint/issues/20272
39+
"@typescript-eslint/unified-signatures": "off",
3740
},
3841
},
3942

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- install npm ci git hook
12
- redo fandom links to wiki.gg
23

34
- redo ci for docs so that it matches complete (but with typesense instead of algolia)

0 commit comments

Comments
 (0)