We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
func-names
1 parent 16568b3 commit c95a040Copy full SHA for c95a040
.changeset/unlucky-lemons-help.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tpluscode/eslint-config": patch
3
4
+
5
+Disable `func-names` in tests
js.js
@@ -73,7 +73,8 @@ module.exports = {
73
'*.spec.ts'
74
],
75
rules: {
76
- 'no-unused-expressions': 'off'
+ 'no-unused-expressions': 'off',
77
+ 'func-names': 'off'
78
}
79
80
]
0 commit comments