feat: add recite to error book (#587)

This commit is contained in:
Kaiyi
2023-08-19 02:35:36 +08:00
committed by GitHub
parent d5b9f29eb9
commit 1e66000ff1
19 changed files with 402 additions and 50 deletions

View File

@@ -52,5 +52,6 @@ module.exports = {
rules: {
'sort-imports': ['error', { ignoreDeclarationSort: true }],
'@typescript-eslint/consistent-type-imports': 1,
'react/prop-types': 'off',
},
}