mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +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/physics/p2/p2.js',
|
||||||
'!src/animation/creature/gl-matrix.js',
|
'!src/animation/creature/gl-matrix.js',
|
||||||
'!src/animation/creature/CreatureMeshBone.js',
|
'!src/animation/creature/CreatureMeshBone.js',
|
||||||
'!src/gameobjects/Creature.js'
|
'!src/gameobjects/Creature.js',
|
||||||
|
'!src/stubs/*.js'
|
||||||
],
|
],
|
||||||
options: { jshintrc: '.jshintrc' }
|
options: { jshintrc: '.jshintrc' }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue