Skip to content

Commit 3b7ce80

Browse files
committed
Revert eslint changes
1 parent 51b0a08 commit 3b7ce80

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/eslint-config/eslint.config.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ const globals = require("globals");
66

77
// TODO: see if we can get typechecking
88

9-
/*
10-
console.log(
11-
JSON.stringify(
12-
Object.fromEntries(
13-
Array.from(require("../node_modules/eslint/lib/rules/index.js").keys())
14-
.sort()
15-
.map((ruleId) => [ruleId, "off"])
16-
)
17-
)
18-
);
19-
*/
20-
219
const vanilla = {
2210
files: ["**/*.js", "**/*.jsx"],
2311
languageOptions: {

0 commit comments

Comments
 (0)