module.exports = {
extends: "react-app",
rules: {
"no-restricted-globals": "off",
"no-undef": "off",
"eqeqeq": "off",
},
};