Skip to content

Commit

Permalink
Merge pull request #257 from hepengwei/feat_he
Browse files Browse the repository at this point in the history
优化代码
  • Loading branch information
hepengwei authored Nov 18, 2024
2 parents a234d7f + c89f5e6 commit e3f2685
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 719 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
rules: {
"comma-dangle": 0,
semi: [1, "always"],
quotes: 0,
quotes: [1, "double"],
"space-before-function-paren": 0,
camelcase: 0,
eqeqeq: 1,
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"prettier.singleQuote": false,
"prettier.semi": true
}
Loading

0 comments on commit e3f2685

Please sign in to comment.