This commit is contained in:
XhmikosR 2017-08-10 07:01:14 +03:00
Родитель ae07fa226c
Коммит f59038a687
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1099,7 +1099,7 @@ var LocationIndex = _location.LocationIndex;
reporter('`.modal-dialog` must have a `role="document"` attribute.', modalDialogs);
}
});
addLinter("E050", function lintNestedFormGroups($, reporter) {
addLinter('E050', function lintNestedFormGroups($, reporter) {
var nestedFormGroups = $('.form-group > .form-group');
if (nestedFormGroups.length) {
reporter('`.form-group`s should not be nested.', nestedFormGroups);