OneUptime / oneuptime

OneUptime is the complete open-source observability platform.
https://oneuptime.com
Apache License 2.0
4.77k stars 221 forks source link

Stronger TS Lint #43

Open nawazdhandala opened 2 years ago

nawazdhandala commented 2 years ago

Our current eslintrc file .eslintrc.json is missing some typescript lint rules. You can find TS eslint rules here: https://typescript-eslint.io/rules/

We need to implement more lint eslint rules from https://typescript-eslint.io/rules/

Please look into all the rules here: https://typescript-eslint.io/rules/ and compare it with rules in the file .eslintrc.json. For rules that does not exists in .eslintrc.json, we should create a new issue to implement that rule.

This is no-code PR which means, new issues will be created and this issue will be closed.

simlarsen commented 2 years ago

@cheese-framework Create one issue per rule, and then we can have PR's on those issues. Once you're done creating issues for those rules, feel free to close this PR.

nebulahh commented 1 year ago

hello, is this open for contribution?