Skip to content

Commit a92dbac

Browse files
committed
chore: post-commit linting :rolleyes:
1 parent 9efa6cb commit a92dbac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ module.exports = {
8888
'jest/consistent-test-it': ['error', { fn: 'it', withinDescribe: 'it' }],
8989
'jest/no-disabled-tests': 0,
9090
'jest/no-conditional-expect': 0,
91-
"jest/no-standalone-expect": [
92-
2,
93-
{ "additionalTestBlockFunctions": ["beforeAll"] }
94-
]
91+
'jest/no-standalone-expect': [2, { additionalTestBlockFunctions: ['beforeAll'] }],
9592
},
9693
},
9794
],

0 commit comments

Comments
 (0)