xtemplate
Version:
xtemplate =========
27 lines • 545 B
Plain Text
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"freeze": true,
"indent": 4,
"latedef": "nofunc",
"quotmark": "single",
"nonew": true,
"newcap": true,
"immed": true,
"noarg": true,
"eqnull": true,
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"node": true,
"es3": true,
"globals": {
"describe": false,
"expect": false,
"beforeEach": false,
"afterEach": false,
"it": false
}
}