Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(typescript): check jsdoc examples with TS
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Oct 7, 2019
1 parent 8764129 commit e3d15fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: './tsconfig.json',
extraFileExtensions: ['<text>'],
},
rules: {
'@typescript-eslint/camelcase': 'off',
Expand Down

0 comments on commit e3d15fd

Please sign in to comment.