mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* upgrade prettier * noImplicitAny rule * fix type * update tsconfig * upgrade to 150 print width
14 lines
359 B
JSON
14 lines
359 B
JSON
{
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"javascript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"editor.formatOnSave": true,
|
|
"[json]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"markdownlint.config": {
|
|
"MD033": false
|
|
}
|
|
}
|