Skip to content

Commit c286008

Browse files
committed
refactor: 删掉props必须为可读的eslint规则
1 parent 7e6df0b commit c286008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export default defineConfig(
7373
'warn',
7474
{ callbacksLast: true, ignoreCase: true, multiline: 'last', shorthandFirst: true }
7575
],
76-
'react/prefer-read-only-props': ['error'],
7776
'react/self-closing-comp': [
7877
'error',
7978
{

0 commit comments

Comments
 (0)