Remove old dependencies.

This commit is contained in:
Alexis Lahouze
2016-10-15 11:48:15 +02:00
parent cfc0db2507
commit 5e2ac3b833
3 changed files with 0 additions and 27 deletions

View File

@ -1,12 +0,0 @@
module.exports = {
options: {
config: '.jscsrc'
},
frontendJs: [
'<%= accountant.frontend.src %>/js/*.js'
],
toolchain: [
'Gruntfile.js',
'grunt-config/*.js'
]
};

View File

@ -1,13 +0,0 @@
module.exports = {
options: {
jshintrc: '.jshintrc',
reporter: require('jshint-stylish')
},
frontendJs: [
'<%= accountant.frontend.src %>/js/*.js'
],
toolchain: [
'Gruntfile.js',
'grunt-config/*.js'
]
};