Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schröder committed Dec 30, 2024
1 parent 6f6195d commit 91b1461
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"mochaExplorer.files": "build/{**/*,*}.test.js",
"mochaExplorer.require": ["test/mocha.setup.js", "source-map-support/register"],
"mochaExplorer.watch": "build/{**/*,*}.js"
"mochaExplorer.watch": "build/{**/*,*}.js",
"prettier.configPath": "./.prettierrc.js"
}

1 change: 0 additions & 1 deletion src/connectionTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,3 @@ describe("connectionTest", function () {
});
});
});

1 change: 0 additions & 1 deletion src/connectionTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,3 @@ export class ConnectionTest implements IConnectionTest {
return result;
}
}

0 comments on commit 91b1461

Please sign in to comment.