We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a5f27 commit 9056dc2Copy full SHA for 9056dc2
eslint.config.mjs
@@ -1,10 +1,11 @@
1
import { fileURLToPath, URL } from "node:url";
2
3
import { includeIgnoreFile } from "@eslint/compat";
4
+import { defineConfig } from "eslint/config";
5
import importPlugin from "eslint-plugin-import";
6
import tseslint from "typescript-eslint";
7
-export default tseslint.config(
8
+export default defineConfig(
9
includeIgnoreFile(fileURLToPath(new URL(".gitignore", import.meta.url))),
10
{
11
rules: {
0 commit comments