Skip to content

Commit 4e476a8

Browse files
committed
[880] eslint settings
1 parent a28ee70 commit 4e476a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module.exports = {
1515
'plugin:import/typescript',
1616
'plugin:@typescript-eslint/eslint-recommended',
1717
'plugin:@typescript-eslint/recommended',
18-
'prettier/@typescript-eslint',
1918
'plugin:react/recommended',
2019
'plugin:jest/recommended'
2120
],
@@ -50,7 +49,6 @@ module.exports = {
5049
'jest/expect-expect': 'off',
5150
'jest/no-export': 'warn',
5251
'jest/no-jest-import': 'off',
53-
'jest/no-try-expect': 'warn',
5452
'no-case-declarations': 'warn',
5553
'no-control-regex': 'warn',
5654
'no-inner-declarations': 'off',

0 commit comments

Comments
 (0)