Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
include vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Jan 21, 2018
1 parent de7050f commit a18b43f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.nyc_output/
dist/
package.json
package-lock.json
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.eslintIntegration": false,
"eslint.enable": false
}

0 comments on commit a18b43f

Please sign in to comment.