Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 6c0e4fb

Browse files
committed
Fix some jshint errors
1 parent f2fd0d9 commit 6c0e4fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_js:
55
before_install: npm install -g grunt-cli
66
install: npm install
77
before_script: grunt build
8+
sudo: false

gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ module.exports = function(grunt) {
6666
sub: true,
6767
undef: true,
6868
unused: true,
69+
validthis: true,
6970
globals: {
7071
exports: true,
7172
angular: false,
73+
require: false,
74+
define: false,
7275
$: false
7376
}
7477
}

0 commit comments

Comments
 (0)