Set browser:true in .jshintrc

This commit is contained in:
Henrik Ingo
2017-10-02 23:52:04 +03:00
parent 0dc8b43650
commit ab30317cd0
3 changed files with 1 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
"module": true
},
"boss": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,