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.

format

Luna bb334401 2f4652fc

+6 -6
+6 -6
eslint.config.mjs
··· 1 - import tseslint from "typescript-eslint"; 2 - import react from "eslint-plugin-react"; 3 - import reactHooks from "eslint-plugin-react-hooks"; 4 1 import next from "@next/eslint-plugin-next"; 5 - import reactCompiler from "eslint-plugin-react-compiler"; 2 + import stylistic from "@stylistic/eslint-plugin"; 6 3 import pathAlias from "eslint-plugin-path-alias"; 4 + import react from "eslint-plugin-react"; 5 + import reactCompiler from "eslint-plugin-react-compiler"; 6 + import reactHooks from "eslint-plugin-react-hooks"; 7 7 import simpleImportSort from "eslint-plugin-simple-import-sort"; 8 8 import unusedImports from "eslint-plugin-unused-imports"; 9 - import stylistic from "@stylistic/eslint-plugin"; 9 + import tseslint from "typescript-eslint"; 10 10 11 11 export default tseslint.config( 12 12 ...tseslint.configs.recommended, ··· 38 38 ...next.configs.recommended.rules, 39 39 ...next.configs["core-web-vitals"].rules, 40 40 41 - // Fixes 41 + // Fixes 42 42 "react/prop-types": "off", 43 43 "react-hooks/exhaustive-deps": "off", 44 44