From 5bea2ddf51fa4604e16e0be06e6d7055d18bef98 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 9 Oct 2019 20:25:54 +1100 Subject: [PATCH] Remove unnessesary ESLint rule disabling. --- app/.eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/app/.eslintrc.json b/app/.eslintrc.json index f6e6daf..216de14 100644 --- a/app/.eslintrc.json +++ b/app/.eslintrc.json @@ -1,7 +1,6 @@ { "extends": ["env"], "rules": { - "require-jsdoc": "off", "react/prop-types": "off" } }