Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ESLint config #8

Merged
merged 10 commits into from
Jan 16, 2025
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.rulers": [160],
"editor.rulers": [120],
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
Expand Down
2 changes: 1 addition & 1 deletion deno.import-map.generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const LIB_ALIAS_DENO = "#lib/deno";
let imports = {
"chai": "./node_modules/chai/index.mjs",
"moq.ts/internal": "./node_modules/moq.ts/fesm2015/moq.ts.js",
"moq.ts": "./node_modules/moq.ts/fesm2015/moq.ts.js"
"moq.ts": "./node_modules/moq.ts/fesm2015/moq.ts.js",
};

console.log("Generating import map for Deno tests...");
Expand Down
Loading
Loading