mirror of https://github.com/ColorlibHQ/AdminLTE
commit
2dcddd175d
|
@ -136,6 +136,9 @@ module.exports = function (grunt) {
|
|||
|
||||
// Validate Bootstrap HTML
|
||||
bootlint: {
|
||||
options: {
|
||||
relaxerror: ['W005']
|
||||
},
|
||||
files: ['pages/**/*.html', '*.html']
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue