Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 548b254

Browse files
chore: apply automated actions
1 parent 537f574 commit 548b254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ export default defineAction({
6868
getConfigTemplate({
6969
rules: eslintRC?.rules || {},
7070
ignores: eslintignore.filter(
71-
(i) => !["", "node_modules", "dist", "coverage"].includes(i)
71+
(i) => !["", "node_modules", "dist", "coverage"].includes(i),
7272
),
73-
})
73+
}),
7474
);
7575

7676
// Remove legacy eslint config files

0 commit comments

Comments
 (0)