Kat Chilton

Results 8 comments of Kat Chilton

Someone already wrote an `eslint-plugin-xstate` [FWIW](https://github.com/rlaffers/eslint-plugin-xstate)

Same issue here using lint-staged. The warning seems quite backwards to be honest. If I have explicitly ignored a file, then it shouldn't fail the script for a warning on...

> @EightArmCode see this reply above. > > > the more cases are users misconfigured the eslintignore. > > Imagine this: the file `foo.js` was ignored, users ran `eslint foo.js`...

Lint-staged should embrace what was already ignored by .eslintignore. It's totally a lint-staged problem. The way this is set up, I have to pass a separate lint command to lint-staged....

FWIW - Same issue using `[email protected]` - each test suite fires off 10-20 of these: `2021-01-29 10:59:24.986 Cypress Helper (Renderer)[71257:1176057] CoreText note: Client requested name ".AppleSymbolsFB", it will get Times-Roman...

there is no minifyify file in my .bin directory inside of node_modules

Same exact problem here. Could not find exported members from `graphql` package. After renaming a file in our repo from `graphql.ts` to `_graphql.ts`, the problem is fixed 100%.