From 283155b52e15e84e99dba13120e58c4737abf143 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 10 Feb 2021 00:40:29 +1100 Subject: [PATCH] Update API ESLint config. --- api/.eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api/.eslintrc.json b/api/.eslintrc.json index c8e3405..3c8f107 100644 --- a/api/.eslintrc.json +++ b/api/.eslintrc.json @@ -1,6 +1,3 @@ { - "extends": ["env"], - "rules": { - "require-jsdoc": "off" - } + "extends": ["env"] }