{ | |
"curly": true, | |
"eqeqeq": true, | |
"freeze": true, | |
"indent": 2, | |
"newcap": true, | |
"quotmark": "single", | |
"maxdepth": 3, | |
"maxlen": 80, | |
"eqnull": true, | |
"funcscope": true, | |
"node": true, | |
"undef": true, | |
"unused": "vars" | |
} | |
{ | |
"curly": true, | |
"eqeqeq": true, | |
"freeze": true, | |
"indent": 2, | |
"newcap": true, | |
"quotmark": "single", | |
"maxdepth": 3, | |
"maxlen": 80, | |
"eqnull": true, | |
"funcscope": true, | |
"node": true, | |
"undef": true, | |
"unused": "vars" | |
} | |