chore(style): add rule of keyword spacing (#542)

This commit is contained in:
q1anx1 2022-09-04 21:28:02 +08:00 committed by GitHub
parent d526c9ae00
commit 4a846d5bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@
"argsIgnorePattern": "^_"
}
],
"keyword-spacing": "error",
"react/prop-types": "off",
"react/display-name": "off",