allons-y
Version:
Allons-y is a simple skeleton to package nodejs modules by feature.
36 lines (35 loc) • 534 B
Plain Text
{
"browser": true,
"jquery": true,
"node": true,
"esnext": true,
"globalstrict": true,
"quotmark": true,
"undef": true,
"unused": true,
"expr": true,
"strict": true,
"shadow": true,
"trailing": true,
"sub": true,
"supernew": true,
"newcap": false,
"globals": {
"require": false
},
"evil": true,
"predef": [
"inject",
"describe",
"it",
"expect",
"sinon",
"beforeEach",
"afterEach",
"before",
"after",
"assert",
"DependencyInjection",
"io"
]
}