We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59da31 commit 90239c9Copy full SHA for 90239c9
packages/eslint-config-turbo/src/flat/index.ts
@@ -1,3 +1,4 @@
1
+import type { Linter } from "eslint";
2
import plugin from "eslint-plugin-turbo";
3
4
// eslint-disable-next-line import/no-default-export -- Matching old module.exports
@@ -10,4 +11,4 @@ export default [
10
11
"turbo/no-undeclared-env-vars": "error",
12
},
13
-];
14
+] satisfies Linter.Config[];
0 commit comments