The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update .eslintrc.json

Luna 85d4f64c 86092e99

+2 -2
+2 -2
.eslintrc.json
··· 3 3 "next/core-web-vitals", 4 4 "eslint:recommended", 5 5 "plugin:@typescript-eslint/recommended", 6 - "plugin:react/recommended" 6 + "plugin:react/recommended" 7 7 ], 8 8 "overrides": [], 9 9 "parser": "@typescript-eslint/parser", ··· 14 14 "@typescript-eslint", 15 15 "simple-import-sort", 16 16 "unused-imports", 17 - "eslint-plugin-react-compiler" 17 + "react-compiler" 18 18 ], 19 19 "rules": { 20 20 "react-compiler/react-compiler": "error",