mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'BOOTLINT' and create module for 'load-config-grunt'
parent
f3e425f2c1
commit
ed7235e0e0
|
@ -0,0 +1,10 @@
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
module.exports = function (grunt) {
|
||||||
|
return {
|
||||||
|
options: {
|
||||||
|
relaxerror: ['W005']
|
||||||
|
},
|
||||||
|
files: ['pages/**/*.html', '*.html']
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue