'graphql/template-strings' not found
lorensr opened this issue · 1 comments
lorensr commented
I get this error when I upgrade from 3.1.1
to 4.0.0
:
Failed to compile
./src/components/CurrentTemperature.js
Line 1:1: Definition for rule 'graphql/template-strings' was not found graphql/template-strings
./src/components/CurrentTemperature.js
starts with:
/* eslint-disable graphql/template-strings */
https://github.com/GraphQLGuide/guide/tree/repro-291
$ npm install
$ npm start
lorensr commented
Looks like in v3+ of CRA, you need EXTEND_ESLINT=true
env var set.