Skip to content

Commit

Permalink
Commit .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed May 8, 2019
1 parent 1d002f0 commit c6fb3ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -35,5 +35,4 @@ cypress

# editors
.vs
.vscode
.DS_Store
17 changes: 17 additions & 0 deletions .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
}

1 comment on commit c6fb3ae

@vercel
Copy link

@vercel vercel bot commented on c6fb3ae May 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.