Donovan Hiland

Results 14 comments of Donovan Hiland

I'm getting the same thing. Something I can do to help look at this?

I’ll see if I can get a repo up today with the issue

@AleksandrZhukov https://github.com/donovanhiland/eslint-plugin-react-native-210 ``` yarn install yarn test ``` should give you the errors ``` 25:38 error Raw text (this is bad) cannot be used outside of a tag react-native/no-raw-text 27:69...

FWIW I worked through a similar issue while setting up builds in CI for windows. After googling around I found that the specific error you mentioned relating to `openssl_fips` has...

@vanwagonet Maybe looking for a .babelrc and using the defaults as a fallback would be a good option. I don't have a lot of context or domain knowledge in regards...

I'm not sure what the implications would be by removing all the default plugins versus these two conflicting plugins. Currently we're compiling our typescript code, then running format-message on that....

Ok so the magically appearing `endpointName` isn't so magical after all. I have an env var `GRAPHQL_CONFIG_ENDPOINT_NAME` which yargs is parsing and passing as an argument with something like `.env('GRAPHQL_CONFIG')`....

I totally understand! I'll document any other findings here in case someone else runs into the same issue.

Workaround: https://github.com/graphql-cli/graphql-cli/issues/228#issuecomment-369063177