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
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
What is this?
This is a way to remove this ESLint config package if you want to remove it.
How to remove
0. Condition
The file with the following contents is located in the current directory.
1. Merge config file
2. Remove
extends: ['@connehito']
// .eslintrc.js module.exports = { - extends: ['@connehito'], rules: { 'import/no-unresolved': 'off', },
3. Merge the config file manually
4. Remove
@connehito/eslint-config
$ npm uninstall @connehito/eslint-config # or $ yarn remove @connehito/eslint-config
// package.json ... - "@connehito/eslint-config": "2.2.0", ...
The text was updated successfully, but these errors were encountered: