mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-13 16:18:50 -05:00
fix jshint
This commit is contained in:
parent
b1e6a45ca1
commit
b0f72ab1a3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
// variables
|
||||
"undef": true,
|
||||
"-W079": true, // Silence redefinition errors (they are false positives).
|
||||
"-W020": true, // Silence readonly error (needed to simplify support for node).
|
||||
"predef": [
|
||||
"Matter", "window", "document", "Element", "MatterTools",
|
||||
"phantom", "process", "HTMLElement", "require", "PIXI",
|
||||
|
|
Loading…
Reference in a new issue