diff --git a/.gitignore b/.gitignore index c97a6db..91361d9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln -tsconfig.tsbuildinfo +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bb4678..a0d6152 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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"]