mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: lint code blocks in docs with ESLint (#42113)
This commit is contained in:
@@ -242,8 +242,8 @@ These aliases have no impact on runtime, but can be used for typechecking
|
||||
and autocomplete.
|
||||
|
||||
```js title="Usage example"
|
||||
const { app } = require('electron/main')
|
||||
const { shell } = require('electron/common')
|
||||
const { app } = require('electron/main')
|
||||
```
|
||||
|
||||
[window-mdn]: https://developer.mozilla.org/en-US/docs/Web/API/Window
|
||||
|
||||
Reference in New Issue
Block a user