Skip to content

Commit a41ca23

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 66808f3 commit a41ca23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint/lib/get-eslint.mjs

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

0 commit comments

Comments
 (0)