blob: 6375db82361f1ba4ee74fe9bf7fef57d8c6f81d7 [file] [log] [blame]
{
"node": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": "nofunc",
"strict": true,
"white": true,
"indent": 2,
"trailing": true,
"quotmark": "single"
}