Christian Schurr
Christian Schurr
Hey Kent I found two interessting bugs, that together make the test in exercise 13 work. ### Generate List Items In [`buildListItem`](https://github.com/kentcdodds/bookshelf/blob/0e3e0555e2072cafaa77ed0d80ae785bebb0683c/src/test/generate.js#L25), the call to [`faker.date.between`](https://github.com/Marak/faker.js/blob/91dc8a3372426bc691be56153b33e81a16459f49/lib/date.js#L64) uses a number as...
Hey there, the current version does not support ESLint Flat Config. I wrote a patch to remove the `--ext` option which was the problem ````patch diff --git a/node_modules/eslint-filtered-fix/README.md b/node_modules/eslint-filtered-fix/README.md index...