steal-tools
Version:
Futuristic build tools for ES6 Module applications.
38 lines (34 loc) • 571 B
Plain Text
{
"globals": {
"steal": true,
"QUnit": true,
"System": true,
"Promise": true,
"describe": true,
"afterEach": true,
"it": true,
"customLoader": true,
"assert": true,
"done": true
},
"curly": true,
"eqeqeq": true,
"freeze": true,
"indent": 2,
"latedef": true,
"noarg": true,
"undef": true,
"unused": "vars",
"trailing": true,
"maxdepth": 4,
"boss" : true,
"esnext": true,
"eqnull": true,
"evil": true,
"loopfunc": true,
"smarttabs": true,
"maxerr" : 200,
"node": true,
"browser": true,
"phantom": true
}