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
"description": "A CLI tool to automatically fix common ESLint issues in React projects - removes unused imports, unused variables, and fixes other common linting problems",
"main": "src/index.js",
"bin": {
"react-suitable": "./bin/cli.js",
"suitable": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",