ffffng/app/bower_components/angular-leaflet-directive/grunt/jshint.json

15 lines
234 B
JSON
Raw Normal View History

2016-05-16 13:33:49 +02:00
{
"options": {
"jshintrc": true
},
"source": {
"src": ["src/directives/*.js", "src/services/**/*.js"]
},
"tests": {
"src": ["test/unit/*.js", "test/e2e/*.js"]
},
"grunt": {
"src": ["Gruntfile.js"]
}
}