UNPKG

donejs

Version:
30 lines (29 loc) 498 B
{ "node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": false, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": false, "trailing": true, "smarttabs": true, "white": false, "globals": { "it": true, "describe": true, "before": true, "after": true, "exports": true, "beforeEach": true, "afterEach": true } }