Skip to content

Commit

Permalink
close @typescript-eslint/naming-convention (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 authored Oct 21, 2020
1 parent 70704bb commit 692127a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
'@typescript-eslint/explicit-member-accessibility': 0,
'@typescript-eslint/interface-name-prefix': 0,
'@typescript-eslint/no-non-null-assertion': 0,
'@typescript-eslint/naming-convention': 0, //python
'import/no-cycle': 0,
'react/no-array-index-key': 'warn',
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
Expand Down

0 comments on commit 692127a

Please sign in to comment.