Update list of rules

This commit is contained in:
Aleksandr Statciuk 2021-08-16 16:04:09 +03:00
parent 553a5a10e5
commit 75c5e04ab6
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
"attribute-quotes": true,
"require-info": true,
"no-trailing-spaces": true,
"no-whitespace-before-title": true
"no-whitespace-before-title": true,
"no-multi-spaces": true,
"no-extra-comma": true,
"space-before-paren": true,
"no-dash": true
}
}