Skip to content

Commit

Permalink
chore: update dev dependencies and fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Feb 23, 2022
1 parent 6efd75c commit d23b028
Show file tree
Hide file tree
Showing 13 changed files with 5,793 additions and 1,100 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ module.exports = function (grunt) {

jshint: {
options: {
jshintrc: '.jshintrc',
reporterOutput: ''
jshintrc: '.jshintrc'
},
files: [
'Gruntfile.js',
Expand All @@ -76,7 +75,7 @@ module.exports = function (grunt) {

eslint: {
options: {
config: '.eslintrc.json'
useEslintrc: true
},
target: [
'Gruntfile.js',
Expand Down
Loading

0 comments on commit d23b028

Please sign in to comment.