drupal-civicrm/sites/all/modules/civicrm/bower_components/angular-file-upload/.jshintrc

22 lines
341 B
Plaintext
Raw Normal View History

2018-01-14 15:10:16 +02:00
{
"camelcase" : true,
"indent": 4,
"strict": true,
"undef": true,
"unused": true,
"quotmark": "single",
"maxlen": 120,
"trailing": true,
"curly": true,
"devel": true,
"browser":true,
"jquery":true,
"predef": [
"angular",
"define",
"require",
"app"
]
}