Skip to content

Commit

Permalink
Remove jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Oct 5, 2022
1 parent 0f975b6 commit 85a9e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ module.exports = (grunt) => {
let srcFiles = ["Gruntfile.js", "src/**/*.js"];

grunt.initConfig({
jshint: {
options: {
jshintrc: true,
},
dist: srcFiles,
},
uglify: {
options: {
mangle: false,
Expand Down Expand Up @@ -43,5 +37,5 @@ module.exports = (grunt) => {
},
});

grunt.registerTask("build", ["jshint", "uglify"]);
grunt.registerTask("build", ["uglify"]);
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
Expand Down

0 comments on commit 85a9e00

Please sign in to comment.