Skip to content

Commit

Permalink
Activate camel case check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 21, 2024
1 parent 4f2dd3f commit 01600b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/ban-ts-comment": "error",
"camelcase": "off",
"camelcase": "error",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",
Expand Down

0 comments on commit 01600b2

Please sign in to comment.