Skip to content

Commit 69cce6a

Browse files
committed
chore: Remove named-functions rule
1 parent ea9d572 commit 69cce6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ configs.recommended = {
1919
'th-rules/no-destructuring': 'error',
2020
'th-rules/no-default-export': 'error',
2121
'th-rules/no-comments': 'error',
22-
'th-rules/named-functions': 'error',
2322
'unicorn/prefer-module': 'warn',
2423
'unicorn/filename-case': 'off',
2524
'unicorn/no-array-callback-reference': 'off',

0 commit comments

Comments
 (0)