chore: extend linting of code blocks in the docs (#40635)

This commit is contained in:
David Sanders
2023-11-29 01:30:08 -08:00
committed by GitHub
parent b46758059c
commit f5bd53fb37
71 changed files with 505 additions and 278 deletions

View File

@@ -164,7 +164,7 @@ An example of the contents of this file can be found [here](https://github.com/e
Add your module to the module list found at `"lib/browser/api/module-list.ts"` like so:
```typescript title='lib/browser/api/module-list.ts' @ts-nocheck
```ts title='lib/browser/api/module-list.ts' @ts-nocheck
export const browserModuleList: ElectronInternal.ModuleEntry[] = [
{ name: 'apiName', loader: () => require('./api-name') },
];