Skip to content

Commit

Permalink
fix: code style ppoffice#1171
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Jan 30, 2023
1 parent b693c4a commit 8386c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": "latest"
},
"plugins": [
"react"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ dist

_config*.yml*
yarn.lock
package-lock.json

# Intellij Idea config file
.idea
Expand Down

0 comments on commit 8386c37

Please sign in to comment.