1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix lint issues

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-03-31 23:28:00 +03:00
parent 620f19fb3b
commit 9cb8ab668c

View File

@ -18,7 +18,7 @@ declare const __static: string;
const assetsPath = path.join(__static, "build/client")
const mimeTypes: { [key:string]:string; } = {
const mimeTypes: {[key: string]: string} = {
"html": "text/html",
"txt": "text/plain",
"css": "text/css",