Files
piratepoet/tasks/makepot/node_modules/grunt-wp-i18n/node_modules/gettext-parser/.jshintrc

18 lines
274 B
Plaintext

{
"indent": 4,
"node": true,
"globalstrict": true,
"evil": true,
"unused": true,
"undef": true,
"newcap": true,
"esnext": true,
"curly": true,
"eqeqeq": true,
"expr": true,
"predef": [
"describe",
"it"
]
}