From e6818f70937884b6ddb0fc4a05d68b3da9be73ba Mon Sep 17 00:00:00 2001 From: AnastasiaFedotova Date: Thu, 14 Jan 2021 21:58:39 +0300 Subject: [PATCH] feat: add eslint rules --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index bdebb19..7f060b6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,5 +24,6 @@ module.exports = { "@typescript-eslint" ], "rules": { + "react/prop-types": 0 } };