diff --git a/eslint.config.js b/eslint.config.js index d8af988..9141f97 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -175,7 +175,7 @@ export default tseslint.config( 'method', ], filter: { - regex: '^update:', + regex: '(^update:)|(^toJSON$)', match: false, }, format: ['strictCamelCase', 'UPPER_CASE'],