Isaac Miller

Results 3 issues of Isaac Miller

Suppose I have a type ```typescript type GenericMappedType = { [K in T]: V; } ``` If the type were ```typescript type SimpleMappedType = Record; ``` I would be able...

This adds a `--ignore` option, as well as an `--ignore-file` option. The patterns from the CLI input and loaded from the `--ignore-file` files passed from the CLI are merged and...

It would be nice to be able to read a list of patterns to ignore from the CLI or from a .ejslintignore file. I have a workload which runs ejs-lint...