mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Updated eslint ignore to exclude 3rd party libs
This commit is contained in:
parent
77f165a9b9
commit
4dfb431c32
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
merge/Intro.js
|
||||
merge/Outro.js
|
||||
merge/plugins/path/
|
||||
merge/physics/p2/p2.js
|
||||
merge/animation/creature/
|
||||
src/physics/matter-js/
|
||||
src/renderer/webgl/renderers/shapebatch/earcut.js
|
||||
webpack.*.js
|
||||
src/physics/matter-js/lib/
|
||||
src/polyfills/
|
||||
src/renderer/webgl/shaders/
|
||||
src/geom/polygon/Earcut.js
|
||||
src/sound/
|
||||
src/utils/array/StableSort.js
|
||||
src/utils/object/Extend.js
|
||||
src/structs/RTree.js
|
||||
|
|
Loading…
Reference in a new issue