acralyzer/.jshintrc

27 lines
412 B
Plaintext

{
"predef": [
"angular",
"moment",
"d3",
"prettyPrint"
],
"indent": 4,
"trailing": true,
"strict": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"jquery": true,
"devel": true,
"browser": true
}