зеркало из https://github.com/twbs/bootlint.git
Fix lint error.
This commit is contained in:
Родитель
ae07fa226c
Коммит
f59038a687
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче