mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* validation api enhancements - changing 'required' causes re-validation of the form - get field by id * allow binding field validators from html * demo validator * documentation updates * fix after rebase * markdown fixes * markdown linter settings for workspace config (vs code) * restore material theme
24 lines
595 B
JSON
24 lines
595 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/.DS_Store": true,
|
|
"**/coverage": true,
|
|
"**/.happypack": true
|
|
},
|
|
"editor.renderIndentGuides": true,
|
|
"tslint.configFile": "ng2-components/tslint.json",
|
|
"markdownlint.config": {
|
|
"MD032": false,
|
|
"MD004": false,
|
|
"MD024": false,
|
|
"MD009": false,
|
|
"MD013": false,
|
|
"MD036": false,
|
|
"MD033" : false,
|
|
"MD031" : false
|
|
}
|
|
}
|