Nathan Rowe
Results
2
issues of
Nathan Rowe
The `Utils.GetTypedObject` used by the `RuleParameter` seems to fail to properly type my ExpandoObject when I pass it in. Consider the following models: ```cs public class UserModel { public string...
For my project I have lint-staged rules which run `vitest related --run`, `eslint --fix` and `nuxi typecheck`. `lint-staged` actually passes staged files to these commands, which works well for the...