mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: lint code blocks in docs with ESLint (#42113)
This commit is contained in:
@@ -28,6 +28,7 @@ Example usage:
|
||||
|
||||
```js
|
||||
const { app } = require('electron')
|
||||
|
||||
app.whenReady().then(() => {
|
||||
const { net } = require('electron')
|
||||
const request = net.request('https://github.com')
|
||||
|
||||
Reference in New Issue
Block a user