fix: code style #1171
parent
b693c4a2de
commit
8386c37f9f
|
@ -20,7 +20,8 @@
|
|||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
"sourceType": "module"
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": "latest"
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
|
|
|
@ -108,6 +108,7 @@ dist
|
|||
|
||||
_config*.yml*
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
# Intellij Idea config file
|
||||
.idea
|
||||
|
|
Loading…
Reference in New Issue