Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v3.x/housekeeping/ide-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The AofL JS team primarily codes on VS Code. If you would like to include setup
// Overwrite settings by placing them into your settings file.
{
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.tabSize": 2,
"editor.rulers": [100, 120],
"editor.wordWrapColumn": 120,
Expand All @@ -30,7 +31,6 @@ The AofL JS team primarily codes on VS Code. If you would like to include setup
"[typescript]": {
"editor.formatOnSave": false
},
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"docthis.inferTypesFromNames": true,
"docthis.includeMemberOfOnClassMembers": false,
Expand Down