Skip to content

Commit

Permalink
Accept both camel and snake case for src/types/**/*.ts type properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Jul 30, 2021
1 parent 28f2af9 commit 0aadb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module.exports = {
'error',
{
selector: 'typeProperty',
format: ['snake_case'],
format: ['snake_case', 'camelCase'],
},
],
},
Expand Down

0 comments on commit 0aadb71

Please sign in to comment.