notmd
notmd
## Summary Implement [noNonNullAssertion](https://typescript-eslint.io/rules/no-non-null-assertion/) rule. ## Test Plan All the tests are taken from the [Typescript Eslint tests](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/tests/rules/no-non-null-assertion.test.ts). ``` cargo test -p rome_js_analyze -- no_non_null_assertion ```
## Summary Resolve #3938 Do I need to implement the options like [eslint-plugin-jsx](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/img-redundant-alt.md#rule-options) has? ## Test Plan ```bash cargo test -p rome_js_analyze -- no_redundant_alt ```
## Summary Resolve #3961 ## Test Plan ``` cargo test -p rome_js_analyze -- no_constant_condition ```
- Show both `Next Task` and `Skip` buttons at the same time is very confusing. My proposal is to hide the `Skip` button when the task is submitted. - Missing...
We need to enable Typescript strict mode to make out code safe. This needs to be incremental cause we don't want to break the build. - Set TS `strict` option...
Just notice this bug when visiting our production.
close #995 