mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 03:56:41 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
17
www/lib/ui-leaflet/grunt/jshint.js
Normal file
17
www/lib/ui-leaflet/grunt/jshint.js
Normal file
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
var fs = require('fs');
|
||||
|
||||
module.exports = function (grunt, options) {
|
||||
return {
|
||||
options: JSON.parse(fs.readFileSync('.jshintrc')),
|
||||
source: {
|
||||
src: ['src/directives/*.js', 'src/services/*.js', 'website/js/**/*.js']
|
||||
},
|
||||
tests: {
|
||||
src: ['test/unit/*.js', 'test/e2e/*.js']
|
||||
},
|
||||
grunt: {
|
||||
src: ['Gruntfile.js']
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user