Skip to content

Commit

Permalink
chore: Disable opinionated "@typescript-eslint/interface-name-prefix"…
Browse files Browse the repository at this point in the history
… rule (#10)
  • Loading branch information
stephenmathieson authored May 15, 2020
1 parent 2db54c2 commit 5116663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
'plugin:react/recommended'
],
rules: {
'@typescript-eslint/camelcase': 'off'
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/interface-name-prefix': 'off'
},
settings: {
react: {
Expand All @@ -26,7 +27,7 @@ module.exports = {
{
files: '*.js',
rules: {
'@typescript-eslint/explicit-function-return-type': 0
'@typescript-eslint/explicit-function-return-type': 'off'
}
}
]
Expand Down

0 comments on commit 5116663

Please sign in to comment.