Skip to content

Commit c778ad1

Browse files
committed
chore: fix types for ESLint package builds
1 parent 8b66b5b commit c778ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-config-turbo/src/flat/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export default [
1111
"turbo/no-undeclared-env-vars": "error",
1212
},
1313
},
14-
] satisfies Array<Linter.Config>;
14+
] satisfies Array<Linter.FlatConfig>;

packages/eslint-plugin-turbo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"test": "jest",
28-
"build": "tsup",
28+
"build": "tsup && tsc --declaration",
2929
"check-types": "tsc --noEmit",
3030
"lint": "eslint lib/",
3131
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"

0 commit comments

Comments
 (0)