aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
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" }]
}
}