mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Added the stubs to jshint ignore.
This commit is contained in:
parent
49fccc9abd
commit
ede827c8af
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ module.exports = {
|
|||
'!src/physics/p2/p2.js',
|
||||
'!src/animation/creature/gl-matrix.js',
|
||||
'!src/animation/creature/CreatureMeshBone.js',
|
||||
'!src/gameobjects/Creature.js'
|
||||
'!src/gameobjects/Creature.js',
|
||||
'!src/stubs/*.js'
|
||||
],
|
||||
options: { jshintrc: '.jshintrc' }
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue