2023-07-14 14:42:37 +00:00
|
|
|
{
|
|
|
|
"css.lint.unknownAtRules": "ignore",
|
|
|
|
"editor.rulers": [100],
|
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
2023-08-11 21:11:10 +00:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll": true,
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
|
|
|
}
|