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.
1 parent a28ee70 commit 4e476a8Copy full SHA for 4e476a8
packages/.eslintrc.js
@@ -15,7 +15,6 @@ module.exports = {
15
'plugin:import/typescript',
16
'plugin:@typescript-eslint/eslint-recommended',
17
'plugin:@typescript-eslint/recommended',
18
- 'prettier/@typescript-eslint',
19
'plugin:react/recommended',
20
'plugin:jest/recommended'
21
],
@@ -50,7 +49,6 @@ module.exports = {
50
49
'jest/expect-expect': 'off',
51
'jest/no-export': 'warn',
52
'jest/no-jest-import': 'off',
53
- 'jest/no-try-expect': 'warn',
54
'no-case-declarations': 'warn',
55
'no-control-regex': 'warn',
56
'no-inner-declarations': 'off',
0 commit comments