Skip to content

Commit ede827c

Browse files
committed
Added the stubs to jshint ignore.
1 parent 49fccc9 commit ede827c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tasks/options/jshint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ module.exports = {
99
'!src/physics/p2/p2.js',
1010
'!src/animation/creature/gl-matrix.js',
1111
'!src/animation/creature/CreatureMeshBone.js',
12-
'!src/gameobjects/Creature.js'
12+
'!src/gameobjects/Creature.js',
13+
'!src/stubs/*.js'
1314
],
1415
options: { jshintrc: '.jshintrc' }
1516
},

0 commit comments

Comments
 (0)