Skip to content

Commit

Permalink
write dangerfile in plain js
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza committed Jan 22, 2021
1 parent 1d22ad4 commit f0df381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// see http://danger.systems/js
// see https://github.com/teamdigitale/danger-plugin-digitalcitizenship/
// tslint:disable-next-line:prettier
const checkDangers = require("danger-plugin-digitalcitizenship");
const { default: checkDangers } = require("danger-plugin-digitalcitizenship");

checkDangers();

0 comments on commit f0df381

Please sign in to comment.