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 b99521b commit f23d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default tseslint.config(
'method',
],
filter: {
regex: '^update:',
regex: '(^update:)|(^toJSON$)',
match: false,
},
format: ['strictCamelCase', 'UPPER_CASE'],
Expand Down

0 comments on commit f23d5f8

Please sign in to comment.