Skip to content

Commit ddcc834

Browse files
committed
Add remediation points
1 parent 195a807 commit ddcc834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/eslint.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function buildIssueJson(message, path) {
3030
column: message.column
3131
}
3232
}
33-
}
33+
},
34+
remediation_points: 50000
3435
};
3536
return JSON.stringify(issue);
3637
}

0 commit comments

Comments
 (0)