Skip to content

Commit 49bd817

Browse files
author
Mike Kistler
committed
Fix dependency-lint config to eliminate false lint errors
1 parent 13db907 commit 49bd817

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

dependency-lint.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44
executedModules:
55
npmScripts:
66
dev:
7+
- autofix
8+
- browserify
9+
- build
10+
- codecov
11+
- compat-check
12+
- doc
713
- lint
814
- lint-depsnpm t
15+
- minify
16+
- report-coverage
917
- test
10-
- autofix
11-
- doc
12-
- codecov
18+
- test-browser
1319
- test-integration
1420
- test-unit
15-
- test-browser
1621
- watch
17-
- browserify
1822
- watchify
19-
- minify
20-
- build
21-
- compat-check
2223
shellScripts:
2324
dev: []
2425
ignore: []

0 commit comments

Comments
 (0)