We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea366 commit 49b0564Copy full SHA for 49b0564
1 file changed
.eslintrc.js
@@ -19,7 +19,7 @@ module.exports = {
19
'no-only-tests/no-only-tests': [
20
'error',
21
{
22
- 'block': ['describe', 'it', 'context', 'test', 'tape', 'fixture', 'serial', 'suite']
+ block: ['describe', 'it', 'context', 'test', 'tape', 'fixture', 'serial', 'suite']
23
}
24
]
25
0 commit comments