Skip to content

Commit

Permalink
Merge pull request #838 from gjoseph/eslint-plugin-react-compiler
Browse files Browse the repository at this point in the history
Re-adding eslint-plugin-react-compiler eventhough i'm not quite sure …
  • Loading branch information
gjoseph authored Dec 14, 2024
2 parents a650a6e + f46042f commit 5d459fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tichu-clients/packages/tichu-web/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import jsxA11Y from "eslint-plugin-jsx-a11y";
import _import from "eslint-plugin-import";
import react from "eslint-plugin-react";
import reactHooks from "eslint-plugin-react-hooks";
import reactCompiler from "eslint-plugin-react-compiler";
import tsEslint from "typescript-eslint";
import path from "node:path";
import { fileURLToPath } from "node:url";
Expand Down Expand Up @@ -31,6 +32,8 @@ export default tsEslint.config(
import: _import,
react,
"react-hooks": fixupPluginRules(reactHooks),
// not entirely sure what this does but bringing it back in just in case
"react-compiler": reactCompiler,
},

languageOptions: {
Expand Down

0 comments on commit 5d459fc

Please sign in to comment.