Skip to content

Commit

Permalink
chore: @putout/print: actions: lint ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 8, 2023
1 parent 3ad6db1 commit 9061397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import {
cutEnv,
} from 'madrun';

const env = {
};
const env = {};

export default {
'wisdom': () => run(['lint', 'coverage']),
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ minify(`
const b = 6;
`);
```

```
// returns
var a=5,b=6;
Expand Down
1 change: 1 addition & 0 deletions lib/minify/remove-return-undefinded/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export const replace = () => ({
'return undefined': '',
'return void 0': '',
});

0 comments on commit 9061397

Please sign in to comment.