Skip to content

Commit f4ea08d

Browse files
committed
Format eslint 🤞
1 parent 0ef3317 commit f4ea08d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

‎files/eslint.config.mjs‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ const config = [
4343
* https://eslint.org/docs/latest/use/configure/ignore
4444
*/
4545
{
46-
ignores: ['dist/', 'dist-*/', 'declarations/', 'node_modules/', 'coverage/', '!**/.*'],
46+
ignores: [
47+
'dist/',
48+
'dist-*/',
49+
'declarations/',
50+
'node_modules/',
51+
'coverage/',
52+
'!**/.*',
53+
],
4754
},
4855
/**
4956
* https://eslint.org/docs/latest/use/configure/configuration-files#configuring-linter-options

0 commit comments

Comments
 (0)