Skip to content

Commit

Permalink
docs: add linguist
Browse files Browse the repository at this point in the history
  • Loading branch information
askuzminov committed Mar 22, 2021
1 parent 5b247eb commit a154cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
'**/node_modules/**',
'**/protobufjs/**',
'**/tests/proto/**',
'**/tests/generator/result/**',
'**/coverage/**',
],
extends: [
Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js linguist-documentation
.eslintrc.js linguist-vendored
*.ts linguist-language=TypeScript

0 comments on commit a154cf0

Please sign in to comment.