diff --git a/.eslintrc.js b/.eslintrc.js index fe40118fb..a7942aa58 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,10 +10,17 @@ module.exports = { "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:react/recommended", + "plugin:react/jsx-runtime", ], rules: { "@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }], "no-constant-condition": ["error", { checkLoops: false }], "no-console": ["error", { allow: ["warn", "error"] }], }, + settings: { + react: { + version: "detect", + }, + }, }; diff --git a/app/routes/beta.tsx b/app/routes/beta.tsx index 84b684383..f08b29dbf 100644 --- a/app/routes/beta.tsx +++ b/app/routes/beta.tsx @@ -6,13 +6,13 @@ export default function BetaPage() {

Beta of sendou.ink (Splatoon 3)

Hello there! I appreciate you taking time to visit this beta version of - sendou.ink's Splatoon 3 site. This being a beta there is a few things - you should consider: + sendou.ink's Splatoon 3 site. This being a beta there is a few + things you should consider: