Skip to content

Commit 3833edb

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix: add settings for vs code to fix unusual import sorting
1 parent 19fc39a commit 3833edb

File tree

2 files changed

+16
-0
lines changed
  • packages/igx-templates

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.organizeImports": false,
4+
"source.fixAll.eslint": true
5+
},
6+
"typescript.format.enable": true,
7+
"typescript.preferences.importModuleSpecifier": "relative"
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.organizeImports": false,
4+
"source.fixAll.eslint": true
5+
},
6+
"typescript.format.enable": true,
7+
"typescript.preferences.importModuleSpecifier": "relative"
8+
}

0 commit comments

Comments
 (0)