Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 230d5e7

Browse files
committed
style(cms): run eslint fix after merge
1 parent ff1f463 commit 230d5e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cms/config/admin.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ export default ({ env }) => ({
1313
flags: {
1414
nps: env.bool("FLAG_NPS", true),
1515
},
16-
watchIgnoreFiles: [
17-
"**/config/sync/**",
18-
],
16+
watchIgnoreFiles: ["**/config/sync/**"],
1917
});

0 commit comments

Comments
 (0)