-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.aegir.js
More file actions
30 lines (30 loc) · 794 Bytes
/
.aegir.js
File metadata and controls
30 lines (30 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/** @type {import("./src/types").PartialOptions} */
export default {
docs: {
entryPoint: 'utils'
},
dependencyCheck: {
ignore: [
'buffer',
'c8',
'conventional-changelog-conventionalcommits',
'electron-mocha',
'mocha',
'npm-package-json-lint',
'nyc',
'path',
'playwright-test',
'react-native-test-runner',
'semantic-release',
'semantic-release-monorepo',
'source-map-support',
'typedoc-plugin-mdn-links',
'typedoc-plugin-mermaid',
'typedoc-plugin-missing-exports',
'electron',
'bytes',
'pascalcase',
'cspell'
]
}
}