We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a568c commit a6a21caCopy full SHA for a6a21ca
eslint.config.mjs
@@ -4,8 +4,9 @@ import globals from "globals";
4
import jsxA11y from "eslint-plugin-jsx-a11y";
5
import tailwind from "eslint-plugin-tailwindcss";
6
import stylistic from "@stylistic/eslint-plugin";
7
+import { defineConfig } from "eslint/config";
8
-export default tslint.config(
9
+export default defineConfig(
10
{
11
ignores: [ ".next/*", "next-env.d.ts" ]
12
},
0 commit comments