Skip to content

Commit dbf59b1

Browse files
committed
ensure eslint can find the scripts folder
1 parent 0a2dc8c commit dbf59b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default tseslint.config(
1515
"bin/**/*.ts",
1616
"bench/**/*.ts",
1717
"src/**/*.ts",
18+
"scripts/**/*.ts",
1819
"test/**/*.ts",
1920
"eslint.config.js",
2021
],

0 commit comments

Comments
 (0)