Skip to content

Commit

Permalink
fix(repo): Remove organize imports rule as eslint fix all suffices (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Nov 7, 2023
1 parent fa2b728 commit f827e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"eslint.workingDirectories": [{ "mode": "auto" }],
}

0 comments on commit f827e55

Please sign in to comment.