Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 4, 2024
1 parent 663e0e7 commit 32983cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export default [
rules: {
...js.configs.recommended.rules,
// turn this off for Prettier
'no-irregular-whitespace': 'off'
}
"no-irregular-whitespace": "off",
},
},
{
// https://github.com/eslint/json#recommended-configuration
Expand Down
2 changes: 2 additions & 0 deletions src/pages/blog/release/v0-28-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ This was especially beneficial to our [Resource Plugin API](/plugins/resource/)

<!-- eslint-disable no-undef -->
<!-- eslint-disable no-unused-vars -->

```js
class StandardCssResource extends ResourceInterface {
constructor(compilation, options) {
Expand All @@ -78,6 +79,7 @@ And here is what it looks like now, exclusively based on Web APIs. Nothing ad-ho

<!-- eslint-disable no-undef -->
<!-- eslint-disable no-unused-vars -->

```js
class StandardCssResource extends ResourceInterface {
constructor(compilation, options) {
Expand Down
2 changes: 2 additions & 0 deletions src/pages/blog/state-of-greenwood-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ This was especially beneficial to our [Resource Plugin API](/plugins/resource/)

<!-- eslint-disable no-undef -->
<!-- eslint-disable no-unused-vars -->

```js
class StandardCssResource extends ResourceInterface {
constructor(compilation, options) {
Expand Down Expand Up @@ -152,6 +153,7 @@ And here is what it looks like now, now based on Web APIs and standards. ✨

<!-- eslint-disable no-undef -->
<!-- eslint-disable no-unused-vars -->

```js
class StandardCssResource extends ResourceInterface {
constructor(compilation, options) {
Expand Down

0 comments on commit 32983cb

Please sign in to comment.