chore(web): sort import members (#895)

This commit is contained in:
q1anx1
2022-07-18 20:57:38 +08:00
committed by GitHub
parent 1fff1db6a7
commit 1839252c30
17 changed files with 20 additions and 16 deletions

View File

@ -45,6 +45,10 @@
"curly": ["error", "all"],
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
"no-mixed-spaces-and-tabs": "error",
"sort-imports": ["error", {
"ignoreDeclarationSort": true
}],
"react/prop-types": "off",
"react/display-name": "off",