-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Enable strict
eqeqeq
rule always
Previously, the inherited config from eslint-config-standard enabled the rule, but it sets an exemption for loose equality with null [1]. The instance in html.js will be fixed in a separate patch since that actually obscured a bug. [0]: https://eslint.org/docs/latest/rules/eqeqeq [1]: https://github.com/standard/eslint-config-standard/blob/v17.1.0/.eslintrc.json#L61
- Loading branch information
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters