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 'tasks/bootlint.js')
-rw-r--r--tasks/bootlint.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tasks/bootlint.js b/tasks/bootlint.js
index f15b653..fcd6656 100644
--- a/tasks/bootlint.js
+++ b/tasks/bootlint.js
@@ -8,11 +8,11 @@
'use strict';
-module.exports = function(grunt) {
- const bootlint = require('bootlint');
- const chalk = require('chalk');
- const micromatch = require('micromatch');
+const bootlint = require('bootlint');
+const chalk = require('chalk');
+const micromatch = require('micromatch');
+module.exports = function(grunt) {
grunt.registerMultiTask('bootlint', 'An HTML linter for Bootstrap projects', function() {
const options = this.options({
stoponerror: false,