fix: code style #1171

This commit is contained in:
Flc゛ 2023-01-30 18:38:59 +08:00
parent b693c4a2de
commit 8386c37f9f
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,8 @@
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": "latest"
},
"plugins": [
"react"

1
.gitignore vendored
View File

@ -108,6 +108,7 @@ dist
_config*.yml*
yarn.lock
package-lock.json
# Intellij Idea config file
.idea