diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 2bb62e579..6e74f20a6 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -29,7 +29,6 @@ module.exports = { }, plugins: ["react", "prettier", "simple-import-sort", "import"], rules: { - "react/prop-types": "off", quotes: ["error", "double", { avoidEscape: true }], "comma-dangle": ["error", "only-multiline"], "react/react-in-jsx-scope": "off",