mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: update docs for the ts parser (#12902)
This commit is contained in:
@@ -20,7 +20,7 @@ You can run `npm run lint` to show any style issues detected by `cpplint` and
|
||||
* Use `os.tmpdir()` rather than `/tmp` when you need to reference the
|
||||
temporary directory.
|
||||
* Using a plain `return` when returning explicitly at the end of a function.
|
||||
* Not `return null`, `return undefined`, `null`, or `undefined`
|
||||
* Not `return null`, `return undefined`, `null` or `undefined`
|
||||
|
||||
## C++ and Python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user