oneuptime
oneuptime copied to clipboard
Stronger TS Lint
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.
@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.
hello, is this open for contribution?