Skip to content

Commit

Permalink
Disable @typescript-eslint/camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSidSmith committed Aug 21, 2020
1 parent 7a156ea commit ee108ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@typescript-eslint/member-delimiter-style": 0,
"@typescript-eslint/type-annotation-spacing": 0,
"@typescript-eslint/no-unused-vars": 2,
"@typescript-eslint/camelcase": 0,
"dabapps/no-relative-parent-import": 2
},
"overrides": [
Expand Down

0 comments on commit ee108ac

Please sign in to comment.