Skip to content

Commit

Permalink
Fix missing comma in .eslintrc file (processing#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth authored Jul 9, 2019
1 parent ea2ab9d commit 188313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"allowAfterThis": true,
"allowAfterSuper": true
}
]
],
"no-unused-vars": ["error", { "args": "none" }],
"no-empty": ["error", { "allowEmptyCatch": true }],
"no-console": "off"
Expand Down

0 comments on commit 188313e

Please sign in to comment.