Skip to content

Commit d99723b

Browse files
committed
passing lint
1 parent 0fef6b5 commit d99723b

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ We follow Prettier's strategy for populating their plugins in the object `pretti
6161

6262
```html
6363
<script type="module">
64-
const prettier = await import(
65-
'https://unpkg.com/prettier-plugin-solidity@latest'
66-
);
67-
const prettierSolidity = await import(
68-
'https://unpkg.com/prettier-plugin-solidity@next'
69-
);
64+
const prettier =
65+
await import('https://unpkg.com/prettier-plugin-solidity@latest');
66+
const prettierSolidity =
67+
await import('https://unpkg.com/prettier-plugin-solidity@next');
7068
7169
async function format(code) {
7270
return await prettier.format(code, {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"jest-watch-typeahead": "^3.0.1",
107107
"knip": "^5.70.2",
108108
"lines-and-columns": "^2.0.4",
109-
"prettier": "^3.6.2",
109+
"prettier": "^3.7.1",
110110
"solc": "^0.8.30",
111111
"ts-loader": "^9.5.4",
112112
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)