Skip to content

Commit 1c097f1

Browse files
committed
chore: putout: actions: lint ☘️
1 parent ffbe1bc commit 1c097f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/eslint/lib/get-eslint.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ export const getESLint = async ({name, fix, config = [], overrideConfigFile, loa
1919
overrideConfig: [
2020
...maybeArray(config), {
2121
ignores: ['!.*'],
22-
}
23-
,
22+
},
2423
],
2524
...overrideConfigFile && {
2625
overrideConfigFile,

0 commit comments

Comments
 (0)