Skip to content

Commit a6a21ca

Browse files
committed
Removed deprecated declaration in ESLint configuration
1 parent 13a568c commit a6a21ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import globals from "globals";
44
import jsxA11y from "eslint-plugin-jsx-a11y";
55
import tailwind from "eslint-plugin-tailwindcss";
66
import stylistic from "@stylistic/eslint-plugin";
7+
import { defineConfig } from "eslint/config";
78

8-
export default tslint.config(
9+
export default defineConfig(
910
{
1011
ignores: [ ".next/*", "next-env.d.ts" ]
1112
},

0 commit comments

Comments
 (0)