Create JSHINT rules for Gruntfile

pull/1498/head
Abdullah Almsaeed 2017-02-19 10:44:41 -05:00
parent 178adf5dc0
commit b5e67488e7
1 changed files with 7 additions and 0 deletions

7
build/grunt/.jshintrc Normal file
View File

@ -0,0 +1,7 @@
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
}