Skip to content

Commit 75fc094

Browse files
committedMay 15, 2017
Fix CI
1 parent 5e35645 commit 75fc094

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/react-dev-utils/eslintFormatter.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ function formatter(results) {
3030
}
3131

3232
let line = message.line || 0;
33-
let column = message.column || 0;
3433
let position = chalk.dim(`Line ${line}:`);
3534
return [
3635
'',

0 commit comments

Comments
 (0)
Please sign in to comment.