Skip to content

Commit ba5221d

Browse files
committed
lint?
1 parent c74dd9f commit ba5221d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/makers/msix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ npm install --save-dev @electron-forge/maker-msix
2323
To use `@electron-forge/maker-msix`, add it to the `makers` array in your [Forge configuration](../configuration.md):
2424

2525
{% code title="forge.config.js" %}
26+
2627
```javascript
2728
module.exports = {
2829
makers: [
@@ -39,9 +40,10 @@ module.exports = {
3940
]
4041
};
4142
```
43+
4244
{% endcode %}
4345

44-
Configuration options are documented in [`MakerMSIXConfig`](https://js.electronforge.io/interfaces/\_electron\_forge\_maker\_msix.MakerMSIXConfig.html).
46+
Configuration options are documented in [`MakerMSIXConfig`](https://js.electronforge.io/interfaces/_electron_forge_maker_msix.MakerMSIXConfig.html).
4547

4648
## Debugging
4749

0 commit comments

Comments
 (0)