Skip to content

Commit

Permalink
hide .eslintcache from the VS code sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 11, 2018
1 parent 6f6cd1a commit a56feee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"**/dist": true,
"**/out": true,
"tslint-rules/**/*.js": true,
".awcache": true
".awcache": true,
".eslintcache": true
},
"editor.tabSize": 2,
"prettier.semi": false,
Expand Down

0 comments on commit a56feee

Please sign in to comment.