Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f3fa1b6..48ac214 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -9,7 +9,6 @@
'use strict';
module.exports = function(grunt) {
-
// Project configuration.
grunt.initConfig({
jshint: {
@@ -136,5 +135,4 @@ module.exports = function(grunt) {
// By default, run all tests.
grunt.registerTask('default', 'test');
-
};