You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }`.
0 commit comments