0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

changed lint rules

This commit is contained in:
liabru 2017-05-04 00:38:45 +01:00
parent a7aa47d3e7
commit d1fbe95f7a

View file

@ -3,6 +3,7 @@
"no-fallthrough": 2,
"no-console": 0,
"no-unused-vars": 0,
"no-redeclare": 0,
"indent": [
2,
4