How can I disable eslint's no-unused-vars in create-react-app? I tried changing the eslint config in package.json but it didn't work.
"eslintConfig": {
"rules": {
"no-unused-vars": "off"
}
}
And I tried tens of other changes and nothing works. I cant believe that this create-react app has this sh*it config by default
How can I disable eslint's no-unused-vars in create-react-app? I tried changing the eslint config in package.json but it didn't work.
"eslintConfig": {
"rules": {
"no-unused-vars": "off"
}
}
And I tried tens of other changes and nothing works. I cant believe that this create-react app has this sh*it config by default