Normative

This commit is contained in:
XiaoFans 2024-02-21 21:53:29 +08:00
parent ec5e7ebf79
commit 1a8322a5d3
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -21,4 +21,4 @@ tests/**/coverage/
*.ntvs*
*.njsproj
*.sln
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo

View File

@ -25,7 +25,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "true"
},
"iconify.excludes": ["el"],
"cSpell.words": ["iconify", "Qrcode"]