Skip to content

Commit 942b320

Browse files
Timerromaindso
authored andcommitted
Fix CI
1 parent 4e46624 commit 942b320

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)