Skip to content

Commit

Permalink
fixing the eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
qiandrewj committed Sep 22, 2024
1 parent 9bcb67c commit bc5ec99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"sourceType": "module"
},
"rules": {
"@typescript-eslint/camelcase": "warn",
"@typescript-eslint/class-name-casing": "warn",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-empty-function": "warn",
"camelcase": "warn",
"class-name-casing": "warn",
"explicit-function-return-type": "off",
"no-empty-function": "warn",
"import/prefer-default-export": "off",
"consistent-return": "warn",
"guard-for-in": "warn",
Expand Down

0 comments on commit bc5ec99

Please sign in to comment.