Skip to content

Commit

Permalink
Allow toJSON to ignore naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 25, 2024
1 parent b10a8c3 commit 9be3a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default tseslint.config(
'method',
],
filter: {
regex: '^update:',
regex: '(^update:)|(^toJSON$)',
match: false,
},
format: ['strictCamelCase', 'UPPER_CASE'],
Expand Down

0 comments on commit 9be3a49

Please sign in to comment.