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

25 lines
338 B
Plaintext
Raw Normal View History

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