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

Commit

Permalink
fix(typescript): parser 2.0 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Oct 7, 2019
1 parent e3d15fd commit 61858c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: './tsconfig.json',
extraFileExtensions: ['<text>'],
},
rules: {
'@typescript-eslint/camelcase': 'off',
Expand All @@ -29,7 +28,7 @@ module.exports = {
ignoreRestSiblings: true,
},
],
'jsdoc/check-examples': 'warn',
'jsdoc/check-examples': 'off',
'jsdoc/check-param-names': 'error',
'jsdoc/check-tag-names': [
'error',
Expand Down Expand Up @@ -71,6 +70,7 @@ module.exports = {
files: ['*.js'],
rules: {
'jsdoc/require-jsdoc': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
},
},
{
Expand Down

0 comments on commit 61858c9

Please sign in to comment.