Skip to content

Commit

Permalink
Bump eslint packages and add other
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Apr 12, 2021
1 parent be2ff97 commit a0de1e3
Show file tree
Hide file tree
Showing 4 changed files with 559 additions and 426 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/src/main.ts",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"standard.enable": false
}

0 comments on commit a0de1e3

Please sign in to comment.