inspect-js / node-deep-equal

node's assert.deepEqual algorithm
MIT License
778 stars 109 forks source link

ESLint config error #67

Closed universse closed 5 years ago

universse commented 5 years ago

Hi I'm getting some issue with eslint. It has something to do with .eslintrc of this library.

ESLint: 6.2.2.

ESLint couldn't find the config "@ljharb" to extend from. Please check that the name of the config is correct.

The config "@ljharb" was referenced from the config file in "....\packages\...\node_modules\deep-equal\.eslintrc".
ljharb commented 5 years ago

You shouldn’t be linting node_modules. If you have a monorepo, you have to manually eslintignore and gitignore them.