mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use markdownlint to lint the docs (#26792)
* chore: use markdownlint to lint the docs * chore: fix markdown lints Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
@@ -32,6 +32,7 @@ Using the [React Developer Tools][react-devtools] as an example:
|
||||
* on macOS it is `~/Library/Application Support/Google/Chrome/Default/Extensions`.
|
||||
1. Pass the location of the extension to the [`ses.loadExtension`][load-extension]
|
||||
API. For React Developer Tools `v4.9.0`, it looks something like:
|
||||
|
||||
```javascript
|
||||
const { app, session } = require('electron')
|
||||
const path = require('path')
|
||||
|
||||
Reference in New Issue
Block a user