aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/default.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index 70a6913..16571dc 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -149,6 +149,15 @@
"no-ternary": [
"off"
],
+ "no-underscore-dangle": [
+ "error",
+ {
+ "allowAfterSuper": false,
+ "allowAfterThis": true,
+ "allowAfterThisConstructor": false,
+ "enforceInMethodNames": false
+ }
+ ],
"no-unused-vars": [
"error",
{