Skip to content

Commit c702b22

Browse files
committed
fix: disable prop-types
1 parent 9e56265 commit c702b22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export default [
1212
rules: {
1313
'semi': ['error', 'never'],
1414
'quotes': ['error', 'single'],
15-
'indent': ['error', 4]
15+
'indent': ['error', 4],
16+
'react/prop-types': 'off'
1617
}
1718
}
1819
]

0 commit comments

Comments
 (0)