Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Jan 13, 2021
1 parent b12a63f commit 9ed4846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
},
],
'@typescript-eslint/no-use-before-define': 'off',
'no-constant-condition': 'off',
'no-inner-declarations': 'off',
'prettier/prettier': 'error',
},
Expand Down

0 comments on commit 9ed4846

Please sign in to comment.