Skip to content

Commit c95a040

Browse files
committed
fix: disable func-names
1 parent 16568b3 commit c95a040

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/unlucky-lemons-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tpluscode/eslint-config": patch
3+
---
4+
5+
Disable `func-names` in tests

js.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ module.exports = {
7373
'*.spec.ts'
7474
],
7575
rules: {
76-
'no-unused-expressions': 'off'
76+
'no-unused-expressions': 'off',
77+
'func-names': 'off'
7778
}
7879
}
7980
]

0 commit comments

Comments
 (0)