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 "module": true
}, },
"boss": true, "boss": true,
"browser": true,
"curly": true, "curly": true,
"eqeqeq": true, "eqeqeq": true,
"eqnull": true, "eqnull": true,

View File

@@ -16,10 +16,6 @@
* source: http://github.com/bartaz/impress.js/ * source: http://github.com/bartaz/impress.js/
*/ */
/*jshint bitwise:true, curly:true, eqeqeq:true, forin:true, latedef:true, newcap:true,
noarg:true, noempty:true, undef:true, strict:true, browser:true */
/*global window*/
// You are one of those who like to know how things work inside? // You are one of those who like to know how things work inside?
// Let me show you the cogs that make impress.js run... // Let me show you the cogs that make impress.js run...
( function( document, window ) { ( function( document, window ) {

View File

@@ -16,10 +16,6 @@
* source: http://github.com/bartaz/impress.js/ * source: http://github.com/bartaz/impress.js/
*/ */
/*jshint bitwise:true, curly:true, eqeqeq:true, forin:true, latedef:true, newcap:true,
noarg:true, noempty:true, undef:true, strict:true, browser:true */
/*global window*/
// You are one of those who like to know how things work inside? // You are one of those who like to know how things work inside?
// Let me show you the cogs that make impress.js run... // Let me show you the cogs that make impress.js run...
( function( document, window ) { ( function( document, window ) {