diff --git a/grunt-config/jscs.js b/grunt-config/jscs.js deleted file mode 100644 index 09ac60b..0000000 --- a/grunt-config/jscs.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - options: { - config: '.jscsrc' - }, - frontendJs: [ - '<%= accountant.frontend.src %>/js/*.js' - ], - toolchain: [ - 'Gruntfile.js', - 'grunt-config/*.js' - ] -}; diff --git a/grunt-config/jshint.js b/grunt-config/jshint.js deleted file mode 100644 index 3ef39b6..0000000 --- a/grunt-config/jshint.js +++ /dev/null @@ -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' - ] -}; diff --git a/package.json b/package.json index bffb774..f67ef1a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "grunt-contrib-concat": "~1.0", "grunt-contrib-connect": "~1.0", "grunt-contrib-cssmin": "~1.0", - "grunt-contrib-jshint": "~1.0", "grunt-contrib-uglify": "~1.0", "grunt-contrib-watch": "~1.0", "grunt-copy": "^0.1.0", @@ -30,7 +29,6 @@ "grunt-flake8": "^0.1.3", "grunt-htmllint": "^0.2.7", "grunt-include-source": "^0.7.1", - "grunt-jscs": "^2.7.0", "grunt-newer": "^1.1.1", "grunt-jsonlint": "^1.1.0", "grunt-ng-annotate": "~2.0",