Skip to content

Commit 3ead13e

Browse files
committed
Other: Added tslint
1 parent 3e930b9 commit 3ead13e

File tree

15 files changed

+1116
-1098
lines changed

15 files changed

+1116
-1098
lines changed

Diff for: .codeclimate.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
engines:
33
eslint:
44
enabled: true
5+
tslint:
6+
enabled: true
7+
channel: beta
8+
config: tslint.json
59
ratings:
610
paths:
711
- "src/**.js"
@@ -14,7 +18,7 @@ ratings:
1418
- "lib/path/**.js"
1519
- "lib/pool/**.js"
1620
- "lib/utf8/**.js"
17-
- "**.md"
21+
- "**/*.d.ts"
1822
exclude_paths:
1923
- "dist/**"
2024
- "**/tests/**"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Documentation
346346
* [Frequently asked questions](https://github.com/dcodeIO/protobuf.js/wiki) on our wiki
347347

348348
#### Community
349-
* [Questions and answers](http://stackoverflow.com/questions/tagged/protobuf.js) on StackOverflow
349+
* [Questions and answers](http://stackoverflow.com/search?q=protobuf.js) on StackOverflow
350350

351351
Command line
352352
------------

0 commit comments

Comments
 (0)