react-input-autosize
react-input-autosize copied to clipboard
Failed to load config "keystone-react" to extend from*
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!
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
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
I'm seeing the same. Somehow, eslint is picking up the eslint config from this package.