diff --git a/.eslintrc.js b/.eslintrc.js index 50b1b742d..87df3cf57 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,9 +17,6 @@ module.exports = { ecmaVersion: 2023, }, plugins: ["react"], - rules: { - "react/prop-types": "off", // TODO: We should provide these? - }, settings: { react: { version: "detect", // Eslint detects the react version from package.json when linting