Conversation
|
Thanks for doing this KC! It's something I've been meaning to do but never got around to. You need to update |
Just did!.
Do you mean the rules in {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-require-imports": "off",
"@typescript-eslint/no-unused-expressions": "off",
}No, I didn't experimented with them. They are copied from the config file for vscode-objectscript. I am happy to remove all of them and handle remaining lint issues. |
|
I'd be interested to see if adopting the default rules entirely radically changes anything. |
|
Most rules are easy to remove, except for
|
|
I think we have to keep |
|
The change turns out to be trivial. See my previous commit. |
Fix #398