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

Commit 5f52cd9

Browse files
authored
Remove jshint task. (#534)
This repo uses ESLint for linting.
1 parent 0f79d8f commit 5f52cd9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

scripts/Gruntfile.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -144,29 +144,6 @@ window.L = L;\n\
144144
nonull: true
145145
}
146146
},
147-
jshint: {
148-
dist: 'dist/sdk/<%= pkg.name %>.js',
149-
ui_dist: 'dist/sdk/<%= pkg.name %>.ui.js',
150-
options: {
151-
esversion: 6,
152-
browser: true,
153-
curly: true,
154-
eqeqeq: true,
155-
immed: true,
156-
latedef: false,
157-
newcap: false,
158-
noarg: true,
159-
sub: true,
160-
undef: true,
161-
boss: true,
162-
eqnull: true,
163-
onecase: true,
164-
unused: true,
165-
supernew: true,
166-
laxcomma: true
167-
},
168-
globals: {}
169-
},
170147
uglify: {
171148
dist: {
172149
files: {
@@ -256,7 +233,6 @@ window.L = L;\n\
256233
// Load Grunt plugins.
257234
grunt.loadNpmTasks('grunt-contrib-concat');
258235
grunt.loadNpmTasks('grunt-contrib-uglify');
259-
grunt.loadNpmTasks('grunt-contrib-jshint');
260236
grunt.loadNpmTasks('grunt-contrib-copy');
261237
grunt.loadNpmTasks('grunt-string-replace');
262238
grunt.loadNpmTasks('grunt-contrib-compress');

0 commit comments

Comments
 (0)