Skip to content

Commit

Permalink
update jshint to es 6
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Dec 12, 2023
1 parent 3a91700 commit ae35a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es3": true,
"esversion": 6,
"expr": true,
"immed": true,
"noarg": true,
Expand Down

0 comments on commit ae35a7e

Please sign in to comment.