2016-01-29 13:42:25 +01:00
|
|
|
module.exports = {
|
|
|
|
options: {
|
2016-10-09 20:17:11 +02:00
|
|
|
config: '.jscsrc'
|
2016-01-29 13:42:25 +01:00
|
|
|
},
|
2016-10-09 20:33:59 +02:00
|
|
|
frontendJs: [
|
2016-02-17 09:52:13 +01:00
|
|
|
'<%= accountant.frontend.src %>/js/*.js'
|
2016-01-29 13:42:25 +01:00
|
|
|
],
|
|
|
|
toolchain: [
|
2016-02-17 08:33:58 +01:00
|
|
|
'Gruntfile.js',
|
|
|
|
'grunt-config/*.js'
|
2016-01-29 13:42:25 +01:00
|
|
|
]
|
|
|
|
};
|