From d5d5fd6f77f2d778ab099d52f1acaad762712822 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:08:09 -0500 Subject: explicit member accessibility & jsdocs & typings --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index de3fb7c..a22ca42 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -58,6 +58,7 @@ ], "no-implied-eval": "off", "@typescript-eslint/no-implied-eval": ["error"], - "deprecation/deprecation": "warn" + "deprecation/deprecation": "warn", + "@typescript-eslint/explicit-member-accessibility": ["warn", { "accessibility": "explicit" }] } } -- cgit