Erik Grosskurth
Erik Grosskurth
How does one go about disabling this rule for one line that has an emoji wrapped in a component?
NvMind, I just added `"jsx-a11y/accessible-emoji": "off",` to the rules node of the .eslintrc file... durr... Is it Friday yet?
@lmenus If the line is inside: ``` return( 🔓 ); ``` It will not let you add that syntactically and error out. Besides, this rule is essentially irrelevant for most...
Seeing this in the IDE --> Could not find a declaration file for module 'apollo-link-logger'. 'c:/Users/grosskue/Documents/apps/VCRM/client/packages/vcrmcomponents/node_modules/apollo-link-logger/lib/index.js' implicitly has an 'any' type. Try `npm install @types/apollo-link-logger` if it exists or add...
$ npm install @types/apollo-link-logger --save npm ERR! 404 npm ERR! 404 '@types/apollo-link-logger@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or...
Changing --> import apolloLogger from 'apollo-link-logger'; to: const apolloLogger = require('apollo-link-logger'); cleared it up
Just did a fresh install installed mongoose and got this: === npm audit security report === # Run npm install --save-dev [email protected] to resolve 2 vulnerabilities SEMVER WARNING: Recommended action...
This seems to be getting worse... Can you guys update your lodash dependencies?
> I ran "npm audit fix" and it upgraded uniqid to 5.2.0 but when i attempt to run a build it breaks with: > > Failed to minify the code...