Skip to content

Commit 494f214

Browse files
Merge pull request #634 from watson-developer-cloud/mdk/lint-improvements
Lint improvements
2 parents 13db907 + f133157 commit 494f214

File tree

3 files changed

+201
-183
lines changed

3 files changed

+201
-183
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# (On Windows, git is often configured to automatically convert between the two - See https://git-scm.com/docs/git-config#git-config-coreautocrlf )
55

66
*.js text eol=lf
7+
*.ts text eol=lf

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)