Skip to content

Commit

Permalink
feat: Added rule for camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
SS1L committed Jan 25, 2022
1 parent 7348cb6 commit e3486fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
curly: 'error',
'no-nested-ternary': 'error',
'prettier/prettier': 'error',
'@typescript-eslint/camelcase': 0,
'@typescript-eslint/camelcase': ['error', {'allow': ['hash_key', 'range_key']}],
'padding-line-between-statements': paddingLineBetweenStatements,
...jestRules,
...preferDestructuring,
Expand Down

0 comments on commit e3486fa

Please sign in to comment.