Skip to content

Commit

Permalink
turn off interface-name-prefix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Apr 1, 2020
1 parent eae37ab commit be71c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
rules: {
camelcase: 'off',
'no-unused-vars': 'off',
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
Expand Down

0 comments on commit be71c95

Please sign in to comment.