Skip to content

Commit

Permalink
Remove unused eslint comment (#6674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsinghs authored and ianschmitz committed Mar 18, 2019
1 parent 5861d6e commit 8175f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-dev-utils/formatWebpackMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function isLikelyASyntaxError(message) {
}

// Cleans up webpack error messages.
// eslint-disable-next-line no-unused-vars
function formatMessage(message) {
let lines = message.split('\n');

Expand Down

0 comments on commit 8175f1e

Please sign in to comment.