This commit is contained in:
Joseph Garrone 2021-02-27 01:57:14 +01:00
parent 03f848fee8
commit a41cea9b73
2 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{ {
"printWidth": 80, "printWidth": 105,
"tabWidth": 4, "tabWidth": 4,
"useTabs": false, "useTabs": false,
"semi": true, "semi": true,

View file

@ -48,10 +48,7 @@ Or import it as an ES module:
```html ```html
<script type="module"> <script type="module">
import { import { myFunction, myObject } from "//unpkg.com/#{REPO_NAME}#/zz_esm/index.js";
myFunction,
myObject,
} from "//unpkg.com/#{REPO_NAME}#/zz_esm/index.js";
</script> </script>
``` ```