We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c2cf0 commit 7591555Copy full SHA for 7591555
dangerfile.js renamed to dangerfile.mjs
@@ -1,6 +1,5 @@
1
-const {markdown, danger, fail, warn, schedule} = require('danger');
2
-const load = require('@commitlint/load').default;
3
-const lint = require('@commitlint/lint').default;
+import load from '@commitlint/load';
+import lint from '@commitlint/lint';
4
5
const minPRDescriptionLength = 10;
6
0 commit comments