Remove non-working CI cache (#293)

This commit is contained in:
Jaco Greeff
2020-03-15 08:21:31 +01:00
committed by GitHub
parent 1ceee77b27
commit c1644287e1
4 changed files with 25 additions and 74 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"editor.tabSize": 2,
"files.eol": "\n",
"npm.packageManager": "yarn",
"eslint.enable": true,
"eslint.validate": [
"javascript",
"typescript",
"typescriptreact"
]
}