diff --git a/.eslintrc.js b/.eslintrc.js index 5f3844b..aabe8c1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,6 @@ module.exports = { "extends": [ "matrix-org/ts", "matrix-org/react", - "react-app", ], } diff --git a/package.json b/package.json index addf87b..e3ae3b6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ ] }, "devDependencies": { - "eslint-config-react-app": "^5.2.1", "husky": "^4.2.5", "lint-staged": "^10.2.7", "node-sass": "^4.14.1",