Skip to content

Commit

Permalink
chore(deps): npm audit fix, upgrade eslint, 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Jan 26, 2022
1 parent 60997a2 commit 990abfe
Show file tree
Hide file tree
Showing 3 changed files with 1,283 additions and 1,617 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"rules": {
//Overrides "eslint:recommended"
"no-console": ["error", { allow: ["warn", "error"] }], // allow use of console.warn and console.error
"no-console": ["error", { "allow": ["warn", "error"] }], // allow use of console.warn and console.error

//Add the rules associated with --fix not covered by "eslint:recommended" so we highlight them
//during pre-test script
Expand Down

0 comments on commit 990abfe

Please sign in to comment.