Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit b996675

Browse files
committed
style(grunt): jshint a bit
1 parent a8cd896 commit b996675

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gruntFile.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = function (grunt) {
2+
'use strict';
23

34
var _ = grunt.util._;
45

@@ -42,10 +43,10 @@ module.exports = function (grunt) {
4243
' */',
4344
''].join('\n'),
4445
view : {
45-
humaName : "UI CodeMirror",
46-
repoName : "ui-codemirror",
47-
demoHTML : grunt.file.read("demo/demo.html"),
48-
demoJS : grunt.file.read("demo/demo.js"),
46+
humaName : 'UI CodeMirror',
47+
repoName : 'ui-codemirror',
48+
demoHTML : grunt.file.read('demo/demo.html'),
49+
demoJS : grunt.file.read('demo/demo.js'),
4950
css: css_dependencies.concat(['assets/css/demo.css']),
5051
js : js_dependencies.concat(['build/ui-codemirror.min.js'])
5152
}

0 commit comments

Comments
 (0)