Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
'ts-standard --fix',
'eslint --cache --fix'
],
- '**/*.{json,md,yml,yaml}': ['rome format --write']
+ '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write']
}
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
+ "EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"sonarsource.sonarlint-vscode",
- "EditorConfig.EditorConfig",
+ "standard.vscode-standard",
"streetsidesoftware.code-spell-checker"
]
}