react-input-autosize icon indicating copy to clipboard operation
react-input-autosize copied to clipboard

Failed to load config "keystone-react" to extend from*

Open saltcod opened this issue 4 years ago • 2 comments

Hey there,

I get this Failed to load config "keystone-react" to extend from

I don't see any other mentioning this, so thought I'd add it here.

I think this is related to why the input box here is so small?

Thank you!

2020-03-24 at 7 26 AM

WARNING in ./node_modules/react-input-autosize/lib/AutosizeInput.js Module Warning (from ./node_modules/eslint-loader/dist/cjs.js): Failed to load config "keystone-react" to extend from. Referenced from: /Users/saltcod/Sites/mtm/wp-content/plugins/unomi-wordpress-plugin/node_modules/react-input-autosize/.eslintrc.js Error: Failed to load config "keystone-react" to extend from. Referenced from: /Users/saltcod/Sites/mtm/wp-content/plugins/unomi-wordpress-plugin/node_modules/react-input-autosize/.eslintrc.js

saltcod avatar Mar 24 '20 09:03 saltcod

Ended up fixing this by installing this in my project:
https://github.com/keystonejs/eslint-config-keystone-react

npm install --save-dev eslint eslint-plugin-react eslint-config-keystone eslint-config-keystone-react

saltcod avatar Mar 25 '20 15:03 saltcod

I'm seeing the same. Somehow, eslint is picking up the eslint config from this package.

coreyleelarson avatar May 21 '20 20:05 coreyleelarson