mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Fix CI
This commit is contained in:
1
packages/react-dev-utils/eslintFormatter.js
vendored
1
packages/react-dev-utils/eslintFormatter.js
vendored
@@ -30,7 +30,6 @@ function formatter(results) {
|
||||
}
|
||||
|
||||
let line = message.line || 0;
|
||||
let column = message.column || 0;
|
||||
let position = chalk.dim(`Line ${line}:`);
|
||||
return [
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user