Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit bb4f7fc

Browse files
committed
Add react compiler linter + Prep for pre-release
1 parent 3a2f9e5 commit bb4f7fc

File tree

3 files changed

+336
-172
lines changed

3 files changed

+336
-172
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ module.exports = {
88
],
99
parser: "@typescript-eslint/parser",
1010
parserOptions: { ecmaVersion: "latest", sourceType: "module" },
11-
plugins: ["react-refresh"],
11+
plugins: ["react-refresh","react-compiler"],
1212
rules: {
1313
"react-refresh/only-export-components": "warn",
14+
"react-compiler/react-compiler": "warn"
1415
},
1516
};

0 commit comments

Comments
 (0)