Skip to content

Commit a5b1228

Browse files
authored
chore: fix failed lint (#10)
1 parent b150168 commit a5b1228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default tseslint.config(
1313
},
1414
},
1515
{
16-
ignores: ["node_modules/", "build/", "dist/"],
16+
ignores: ["**/node_modules/", "**/build/", "**/dist/"],
1717
},
1818
);

0 commit comments

Comments
 (0)