Skip to content

Commit f54e8e5

Browse files
committed
chore(eslint): update ESLint config to include ignores for .next directory
1 parent 858dcc9 commit f54e8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import config from "@squonk/eslint-config";
22

3-
export default config.map((c) => ({ ...c, ignores: ["**/dist/**"] })).slice(0, -1); // Remove the last rule which is for apps
3+
export default [{ ignores: ["**/dist/**"] }, ...config.slice(0, -1)]; // Remove the last rule which is for apps

0 commit comments

Comments
 (0)