forked from watson-developer-cloud/node-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-lint.yml
49 lines (46 loc) · 927 Bytes
/
dependency-lint.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# See https://github.com/charlierudolph/dependency-lint/blob/v4.2.0/docs/configuration.md
# for a detailed explanation of the options
executedModules:
npmScripts:
dev:
- autofix
- browserify
- build
- codecov
- compat-check
- doc
- lint
- lint-depsnpm t
- minify
- report-coverage
- test
- test-browser
- test-integration
- test-unit
- watch
- watchify
shellScripts:
dev: []
ignore: []
root: ''
ignoreErrors:
shouldBeDependency: ['lint-staged']
shouldBeDevDependency: []
unused:
- karma-*
- eslint-*
- shebang-loader # webpack
- types*
- husky
requiredModules:
files:
dev:
- 'test/{unit,integration}/test.*.js'
ignore:
- 'node_modules/**/*'
- 'examples/**/*'
- 'dist/*'
- 'scripts/**/*'
root: '**/*.js'
stripLoaders: false
transpilers: []