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