aboutsummaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/javascript/default.json8
-rw-r--r--src/rules/typescript/default.json8
2 files changed, 2 insertions, 14 deletions
diff --git a/src/rules/javascript/default.json b/src/rules/javascript/default.json
index 3bc17cc..34e1d8f 100644
--- a/src/rules/javascript/default.json
+++ b/src/rules/javascript/default.json
@@ -106,8 +106,7 @@
"VariableDeclarator": 1,
"flatTernaryExpressions": true,
"ignoreComments": false,
- "ignoredNodes": [],
- "offsetTernaryExpressions": 1,
+ "offsetTernaryExpressions": true,
"outerIIFEBody": 1
}
],
@@ -468,10 +467,7 @@
"consistent": true,
"minProperties": 1,
"multiline": true
- },
- "consistent": true,
- "minProperties": 1,
- "multiline": true
+ }
}
],
"object-curly-spacing": [
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index fa868f6..f65f761 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -138,14 +138,6 @@
"@typescript-eslint/no-unsafe-return": [
"error"
],
- "@typescript-eslint/no-untyped-public-signature": [
- "warn",
- {
- "ignoredMethods": [
- "constructor"
- ]
- }
- ],
"@typescript-eslint/no-unused-vars": [
"error",
{