Skip to content

Commit e602beb

Browse files
committed
package.json: Tell jshint we are running in browser
1 parent 653f9ee commit e602beb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"build": "webpack"
2323
},
2424
"jshintConfig": {
25+
"browser": true,
2526
"esversion": 6
2627
}
2728
}

0 commit comments

Comments
 (0)