2015-06-13 17:37:35 +02:00
|
|
|
module.exports = {
|
|
|
|
options: {
|
2016-02-08 00:27:43 +01:00
|
|
|
jshintrc: '.jshintrc',
|
2015-06-13 17:37:35 +02:00
|
|
|
reporter: require('jshint-stylish')
|
|
|
|
},
|
2015-06-15 13:01:00 +02:00
|
|
|
frontend_js: [
|
2016-02-17 09:52:13 +01:00
|
|
|
'<%= accountant.frontend.src %>/js/*.js'
|
2015-06-15 13:01:00 +02:00
|
|
|
],
|
|
|
|
toolchain: [
|
2016-02-17 08:33:58 +01:00
|
|
|
'Gruntfile.js',
|
|
|
|
'grunt-config/*.js'
|
2015-06-13 17:37:35 +02:00
|
|
|
]
|
|
|
|
};
|