Prettier ignore

pull/9103/head
Puru Vijay 3 years ago committed by GitHub
parent f45fd1822e
commit 4020bc9da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,6 +56,7 @@ All other attributes are included unless their value is [nullish](https://develo
An expression might include characters that would cause syntax highlighting to fail in regular HTML, so quoting the value is permitted. The quotes do not affect how the value is parsed:
<!-- prettier-ignore -->
```svelte
<button disabled="{number !== 42}">...</button>
```

Loading…
Cancel
Save