diff --git a/.gitignore b/.gitignore index 2ccd3b9..826a2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist/ app/ node_modules/ -package-lock.json \ No newline at end of file +package-lock.json +multiselect_dummy.html \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index dc8891d..17a1496 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - } + "source.fixAll.eslint": "explicit" + } } \ No newline at end of file