Skip to content

Commit f894d41

Browse files
committed
chore(madrun) esm
1 parent c65c8bc commit f894d41

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.madrun.js renamed to .madrun.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
'use strict';
1+
import {run} from 'madrun';
22

3-
const {run} = require('madrun');
4-
5-
module.exports = {
3+
export default {
64
'fix:lint': () => run('lint', '--fix'),
75
'lint': () => 'putout .',
86
'fresh:lint': () => run('lint', '--fresh'),

0 commit comments

Comments
 (0)