forked from cucumber/cucumber-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-lint.yml
52 lines (49 loc) · 1.37 KB
/
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
50
51
52
# See https://github.com/charlierudolph/dependency-lint/blob/v4.2.0/docs/configuration.md
# for a detailed explanation of the options
executedModules:
npmScripts:
dev:
- build
- coverage
- lint
- publish
- test
- version
shellScripts:
dev: []
ignore: []
root: ''
ignoreErrors:
missing: []
shouldBeDependency: []
shouldBeDevDependency: []
unused:
- ansi-html # example/example.js
- babel-eslint # .eslintrc.yml - plugins
- babel-plugin-external-helpers # .babelrc
- babel-plugin-istanbul # .babelrc
- babel-plugin-transform-async-to-module-method # .babelrc
- babel-plugin-transform-function-bind # .babelrc
- babel-plugin-transform-promise-to-bluebird # .babelrc
- babel-plugin-transform-regenerator # .babelrc
- babel-plugin-transform-runtime # .babelrc
- babel-preset-es2015 # .babelrc
- babel-register # test/mocha.opts
- babelify # package.json - scripts - build-release
- coffee-script # features/compiler.feature
- eslint-plugin-babel # .eslintrc.yml - parser
requiredModules:
files:
dev:
- '{features,scripts,test}/**/*'
- '**/*_spec.js'
ignore:
- 'dist/**/*'
- 'node_modules/**/*'
root: '**/*.js'
stripLoaders: false
transpilers:
- extension: .js
fnName: transform
module: babel-core # 6.17.0
resultKey: code