Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 26468e7

Browse files
committed
fix(typescript): add new eslint-plugin-typescript rules
1 parent c3abdb7 commit 26468e7

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-typescript

1 file changed

+1
-0
lines changed

packages/eslint-config-typescript/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ module.exports = {
6262
'typescript/no-parameter-properties': 'off', // TSLint is better at this
6363
'typescript/no-triple-slash-reference': 'off', // TSLint is better at this
6464
'typescript/no-type-alias': 'off', // TSLint is better at this
65+
'typescript/no-var-requires': 'off', // TSLint is better at this
6566
'typescript/no-unused-vars': 'error',
6667
'typescript/no-use-before-define': [
6768
'error',

0 commit comments

Comments
 (0)