Chore: Move betterer eslint rules to separate file and allow opting in (#96240)

* Move betterer eslint rules to separate file and allow opt-in for local dev

* Add betterer eslint to codeowners
This commit is contained in:
Tom Ratcliffe
2024-11-15 14:01:39 +00:00
committed by GitHub
parent 97103a5256
commit 7ae0d551fe
5 changed files with 60 additions and 51 deletions

View File

@@ -2034,3 +2034,6 @@ fail_tests_on_console = true
# Whether or not to enable the MSW mock API, which intercepts requests and returns mock data
# Should only be used for local development or demo purposes
mock_api = false
# Whether to enable betterer eslint rules for local development
# Useful if you want to always see betterer rules that we're trying to fix so they're more prevalent
betterer_eslint_rules = false