Skip to content

Commit

Permalink
Other: Added tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Mar 9, 2017
1 parent 3e930b9 commit 3ead13e
Show file tree
Hide file tree
Showing 15 changed files with 1,116 additions and 1,098 deletions.
6 changes: 5 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
engines:
eslint:
enabled: true
tslint:
enabled: true
channel: beta
config: tslint.json
ratings:
paths:
- "src/**.js"
Expand All @@ -14,7 +18,7 @@ ratings:
- "lib/path/**.js"
- "lib/pool/**.js"
- "lib/utf8/**.js"
- "**.md"
- "**/*.d.ts"
exclude_paths:
- "dist/**"
- "**/tests/**"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Documentation
* [Frequently asked questions](https://github.com/dcodeIO/protobuf.js/wiki) on our wiki

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

Command line
------------
Expand Down
Loading

0 comments on commit 3ead13e

Please sign in to comment.