We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f06991 commit 234497dCopy full SHA for 234497d
1 file changed
tasks/options/jshint.js
@@ -6,7 +6,11 @@ module.exports = {
6
'!src/Intro.js',
7
'!src/Outro.js',
8
'!src/pixi/**/*',
9
- '!src/physics/p2/p2.js'
+ '!src/physics/p2/p2.js',
10
+ '!src/animation/creature/gl-matrix.js',
11
+ '!src/animation/creature/CreatureMeshBone.js',
12
+ '!src/animation/creature/CreaturePixiJSRenderer.js',
13
+ '!src/gameobjects/Creature.js'
14
],
15
options: { jshintrc: '.jshintrc' }
16
},
0 commit comments