Skip to content

Commit

Permalink
jslint: ignore prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Apr 25, 2020
1 parent c50ffb8 commit 624ce7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ module.exports = grunt => {
undef: true, // check for usage of undefined constiables
indent: 2,
esnext: true,
laxbreak: true,
'-W033': true, // ignore Missing semicolon
'-W041': true, // ignore Use '===' to compare with '0'
'-W065': true, // ignore Missing radix parameter
Expand Down

0 comments on commit 624ce7a

Please sign in to comment.