Skip to content

Commit

Permalink
Remove jshint task. (open-webrtc-toolkit#534)
Browse files Browse the repository at this point in the history
This repo uses ESLint for linting.
  • Loading branch information
jianjunz authored Feb 17, 2022
1 parent 0f79d8f commit 5f52cd9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions scripts/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,29 +144,6 @@ window.L = L;\n\
nonull: true
}
},
jshint: {
dist: 'dist/sdk/<%= pkg.name %>.js',
ui_dist: 'dist/sdk/<%= pkg.name %>.ui.js',
options: {
esversion: 6,
browser: true,
curly: true,
eqeqeq: true,
immed: true,
latedef: false,
newcap: false,
noarg: true,
sub: true,
undef: true,
boss: true,
eqnull: true,
onecase: true,
unused: true,
supernew: true,
laxcomma: true
},
globals: {}
},
uglify: {
dist: {
files: {
Expand Down Expand Up @@ -256,7 +233,6 @@ window.L = L;\n\
// Load Grunt plugins.
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-string-replace');
grunt.loadNpmTasks('grunt-contrib-compress');
Expand Down

0 comments on commit 5f52cd9

Please sign in to comment.