Skip to content

Commit ed1a618

Browse files
committed
chore: @putout/eslint: lint
1 parent 6c45dbc commit ed1a618

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)