michael faith

Results 13 issues of michael faith

Originally reported in the `webpack` repo: https://github.com/webpack/webpack/issues/18242 this appears to actually be a broken type here. When trying to assign an `IFs` object to a prop of fs type, we...

If using nested `describe` blocks to organize multiple sets of tests, the `expect` calls within the `it` tests in the `describe` blocks after the first, are causing `no-standalone-expect` to flag...

bug

This change adds support for ESLint's new Flat config system. It maintains backwards compatibility with eslintrc style configs as well. To achieve this, we're now dynamically creating flat configs on...