Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
disable tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdias committed Jul 8, 2016
1 parent 14e05b8 commit 9d5ba21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jscs-server/.vscode/settings.json
Expand Up @@ -3,5 +3,6 @@
"javascript.validate.enable": false,
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": false,
"editor.tabSize": 4
"editor.tabSize": 4,
"tslint.enable": false
}
3 changes: 2 additions & 1 deletion jscs/.vscode/settings.json
Expand Up @@ -7,5 +7,6 @@
"out": true
},
"editor.insertSpaces": false,
"editor.tabSize": 4
"editor.tabSize": 4,
"tslint.enable": false
}

0 comments on commit 9d5ba21

Please sign in to comment.