This website works better with JavaScript
Home
Explore
Help
Register
Sign In
caner
/
morefun
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d6dc2f6ea6
Branches
Tags
master
morefun
/
.vscode
/
settings.json
settings.json
147 B
History
Raw
1
2
3
4
5
6
{
// #每次保存的时候将代码按eslint格式进行修复
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}