Browse Source

chore: disable jest/no-standalone-expect (#36942)

pull/36944/head
MadCcc 2 years ago
committed by GitHub
parent
commit
f521805955
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .eslintrc.js

1
.eslintrc.js

@ -148,6 +148,7 @@ module.exports = {
'jest/no-done-callback': 0, 'jest/no-done-callback': 0,
'jest/valid-title': 0, 'jest/valid-title': 0,
'jest/no-conditional-expect': 0, 'jest/no-conditional-expect': 0,
'jest/no-standalone-expect': 0,
'unicorn/better-regex': 2, 'unicorn/better-regex': 2,
'unicorn/prefer-string-trim-start-end': 2, 'unicorn/prefer-string-trim-start-end': 2,

Loading…
Cancel
Save