From c6fb3ae80c06b5df7aa0b1b43c4e111f9a3f222e Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Wed, 8 May 2019 09:40:53 +0300 Subject: [PATCH] Commit .vscode folder --- .gitignore | 1 - .vscode/settings.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index faaaa1758..2df57ee33 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,4 @@ cypress # editors .vs -.vscode .DS_Store diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..03470cc4a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "cSpell.words": ["Formik", "Notistack", "Sourcable", "patreon"], + "eslint.validate": [ + "javascript", + "javascriptreact", + { + "language": "typescript", + "autoFix": true + }, + { + "language": "typescriptreact", + "autoFix": true + } + ], + "typescript.tsdk": "node_modules/typescript/lib", + "javascript.implicitProjectConfig.checkJs": true +}