Skip to content

Commit

Permalink
An attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Nov 21, 2023
1 parent a8818da commit b2f19b5
Show file tree
Hide file tree
Showing 31 changed files with 505 additions and 25 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,15 @@
"space-before-function-paren": ["error", {"anonymous": "always", "named": "never", "asyncArrow": "always"}]
},
"overrides": [
{
"files": ["test/**/*.ts"],
"rules": {
"@typescript-eslint/no-unsafe-call": "off"
}
},
{
"files": ["viewer/**/*.ts"],
"parserOptions": {
"ecmaVersion": 2018,
"project": "./tsconfig.eslint.viewer.json"
},
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"${workspaceFolder}/test/fixtures/testground",
"${workspaceFolder}/test/fixtures/",
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suites/index"
],
Expand Down
Loading

0 comments on commit b2f19b5

Please sign in to comment.