You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, when we consume this package (in another ESLint config), it is causing an issue when we try to load the latest version: Failed to load plugin 'eslint-plugin-unicorn' declared in '.eslintrc.js ...
The text was updated successfully, but these errors were encountered:
const {camelCase} = require('lodash');
is used in https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v50.0.0/rules/no-unnecessary-polyfills.jsBut,
"lodash"
isn't available in https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v50.0.0/package.jsonSo, when we consume this package (in another ESLint config), it is causing an issue when we try to load the latest version:
Failed to load plugin 'eslint-plugin-unicorn' declared in '.eslintrc.js ...
The text was updated successfully, but these errors were encountered: