generator-zo
Version:
A Yeoman generator for node.js modules
42 lines (41 loc) • 662 B
Plain Text
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": false,
"camelcase": true,
"eqeqeq": true,
"latedef": true,
"newcap": true,
"undef": true,
"noarg": true,
"unused": false,
"strict": true,
"smarttabs": false,
"noempty": true,
"indent": 2,
"undef": true,
"quotmark": "single",
"maxlen": 80,
"trailing": true,
"expr": true,
"curly": false,
"asi": true,
"globals": {
"jasmine": true,
"ApplicationConfiguration": true
},
"predef": [
"define",
"require",
"exports",
"module",
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"inject"
]
}