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,
"useTabs": false,
"semi": true,

View file

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