Skip to content

Commit e1f058b

Browse files
committed
chore: putout: actions: lint ☘️
1 parent faccac4 commit e1f058b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/plugin-esm/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
>
99
> (c) [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)
1010
11-
1211
🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to transform to new **Node.js** API and apply best practices.
1312

1413
## Install
@@ -173,7 +172,6 @@ console.log(putout);
173172
-import 'abc';
174173
```
175174

176-
177175
## remove-quotes-from-import-assertions
178176

179177
Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/f9f34acddbefba0ded53225ca10fa44e/7b4dba44602b9b2d28fe3a98989474a4b0d8d73d).

packages/plugin-remove-empty/test/remove-empty.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ test('plugin-remove-empty: transform: static-block', (t) => {
4444
t.transform('static-block');
4545
t.end();
4646
});
47-

0 commit comments

Comments
 (0)