anorgatarrak-wordpress-theme/node_modules/angular-gettext-tools/.jshintrc

27 lines
371 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"strict": true,
"white": true,
"indent": 4,
"predef": [
"$",
"angular",
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}