Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(linter): correctly handle loose options for
eslint/eqeqeq
(#…
…8798) Related to #8790 For the configuration `"eqeqeq": ["warn", "alw", { "null": "ignore" }]`, we should default `"alw"` to `"always"` and correctly handle the option `{ "null": "ignore" }`.
- Loading branch information