Skip to content

Commit 6bf2025

Browse files
fea: udate tests
1 parent 6105fd5 commit 6bf2025

File tree

6 files changed

+2758
-1897
lines changed

6 files changed

+2758
-1897
lines changed

.eslintrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ const config = createConfig('eslint', {
1414
'no-promise-executor-return': 'off',
1515
'import/no-cycle': 'off',
1616
},
17+
overrides: [
18+
{
19+
files: ['**/*.test.{js,jsx,ts,tsx}'],
20+
rules: {
21+
'react/prop-types': 'off',
22+
},
23+
},
24+
],
1725
});
1826

1927
config.settings = {

0 commit comments

Comments
 (0)