We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8036f28 commit f66fa46Copy full SHA for f66fa46
packages/eslint-config-turbo/src/flat/index.ts
@@ -11,4 +11,4 @@ export default [
11
"turbo/no-undeclared-env-vars": "error",
12
},
13
14
-] satisfies Array<Linter.Config>;
+] satisfies Array<Linter.FlatConfig>;
packages/eslint-plugin-turbo/package.json
@@ -25,7 +25,7 @@
25
],
26
"scripts": {
27
"test": "jest",
28
- "build": "tsup",
+ "build": "tsup && tsc --declaration",
29
"check-types": "tsc --noEmit",
30
"lint": "eslint lib/",
31
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
0 commit comments