format some json files

This commit is contained in:
Brendan Forster 2019-04-17 11:01:09 -03:00
parent ec13e6fc3a
commit 62fbe90e8f
3 changed files with 7 additions and 11 deletions

10
.vscode/launch.json vendored
View file

@ -14,12 +14,12 @@
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env":{
"env": {
"ELECTRON_RUN_AS_NODE": "1"
},
"windows": {
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
},
}
},
{
"type": "node",
@ -35,12 +35,12 @@
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env":{
"env": {
"ELECTRON_RUN_AS_NODE": "1"
},
"windows": {
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
},
},
}
}
]
}

View file

@ -8,7 +8,7 @@
"noUnusedLocals": true,
"sourceMap": false,
"noEmit": true,
"strict": true,
"strict": true
},
"compileOnSave": false
}

View file

@ -17,11 +17,7 @@
"name": "typescript-tslint-plugin"
}
],
"include": [
"app/**/*.ts",
"app/**/*.tsx",
"app/**/*.d.tsx"
],
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.tsx"],
"exclude": [
"node_modules",
"app/node_modules",