Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eslint.config.js): ignore JSON files in tests
This commit updates the eslint configuration to ignore JSON files located in the tests directory. This is done to prevent linting errors from being thrown for these files, as they are not meant to adhere to the project's JavaScript/TypeScript style guidelines.
- Loading branch information