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