You've already forked hexo-theme-icarus
fix: code style #1171
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
"sourceType": "module"
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": "latest"
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -108,6 +108,7 @@ dist
|
||||
|
||||
_config*.yml*
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
# Intellij Idea config file
|
||||
.idea
|
||||
|
||||
Reference in New Issue
Block a user