Skip to content

Commit b9d6b87

Browse files
committed
Temporarily comment out eslint TS ruleset (for real this time)
1 parent b24d0db commit b9d6b87

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

eslint.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ module.exports = defineConfig([
6969

7070
rules: Object.assign({}, DISABLED_ES6_OPTIONS, SHAREDB_RULES),
7171
},
72-
{
73-
extends: [
74-
jsEslint.configs.recommended,
75-
tsEslint.configs.recommended,
76-
],
77-
files: ["**/*.ts"],
78-
},
72+
// {
73+
// extends: [
74+
// jsEslint.configs.recommended,
75+
// tsEslint.configs.recommended,
76+
// ],
77+
// files: ["**/*.ts"],
78+
// },
7979
globalIgnores(["docs/"]),
8080
{
8181
files: ["examples/counter-json1-vite/*.js"],

0 commit comments

Comments
 (0)