Disable two lint rules which are being removed. (#8488)
Each of these are going to be removed soon.
* avoid_null_checks_in_equality_operators
* unsafe_html
Work towards https://github.com/dart-lang/linter/issues/5063 and https://github.com/dart-lang/linter/issues/5001