Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Nov 4, 2021
1 parent e218ee3 commit cbde83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@
"editor.tabSize": 2,
"editor.defaultFormatter": "vscode.json-language-features",
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.insertFinalNewline": true,
"clang-format.language.typescript.enable": false,
// ESLint `max-len` rule.
"editor.rulers": [
180
],
"typescript.tsdk": "node_modules\\typescript\\lib", // ESLint `max-len` rule.
}

0 comments on commit cbde83f

Please sign in to comment.