Skip to content

Commit

Permalink
chore: auto-fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-forge-docs-linter[bot] committed Jul 13, 2024
1 parent cc993b5 commit e476e4c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/makers/appx.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
}
}
]
}
};
```
{% endcode %}

Expand Down
2 changes: 1 addition & 1 deletion config/makers/deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
}
}
]
}
};
```
{% endcode %}

Expand Down
2 changes: 1 addition & 1 deletion config/makers/dmg.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
}
}
]
}
};
```
{% endcode %}

Expand Down
2 changes: 1 addition & 1 deletion config/makers/flatpak.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
}
}
]
}
};
```

Configuration options are documented in [`MakerFlatpakConfig`](https://js.electronforge.io/classes/\_electron\_forge\_maker\_flatpak.MakerFlatpak-1.html#config).
Expand Down
2 changes: 1 addition & 1 deletion config/makers/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
}
}
]
}
};
```
{% endcode %}

Expand Down
2 changes: 1 addition & 1 deletion config/makers/snapcraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
}
}
]
}
};
```
{% endcode %}

Expand Down
2 changes: 1 addition & 1 deletion config/makers/wix-msi.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
}
}
]
}
};
```

Configuration options are documented in [`MakerWixConfig`](https://js.electronforge.io/interfaces/\_electron\_forge\_maker\_wix.MakerWixConfig.html).
Expand Down

0 comments on commit e476e4c

Please sign in to comment.