mirror of https://github.com/ColorlibHQ/AdminLTE
Create JSHINT rules for Gruntfile
parent
178adf5dc0
commit
b5e67488e7
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends" : "../js/.jshintrc",
|
||||
"asi" : false,
|
||||
"browser" : false,
|
||||
"es3" : false,
|
||||
"node" : true
|
||||
}
|
Loading…
Reference in New Issue