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

33 lines
547 B
Plaintext
Raw Normal View History

{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"es3": true,
"freeze": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"trailing": true,
"undef": true,
"unused": true,
"predef": [
"$",
"after",
"afterEach",
"angular",
"assert",
"before",
"beforeEach",
"browser",
"by",
"describe",
"element",
"expect",
"inject",
"it"
]
}