aboutsummaryrefslogtreecommitdiff
path: root/src/rules/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/default.json')
-rw-r--r--src/rules/default.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index 016fd93..f0e2ab2 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -117,6 +117,20 @@
"exceptAfterSingleLine": false
}
],
+ "max-len": [
+ "warn",
+ {
+ "code": 180,
+ "comments": 72,
+ "ignoreComments": false,
+ "ignoreRegExpLiterals": false,
+ "ignoreStrings": true,
+ "ignoreTemplateLiterals": true,
+ "ignoreTrailingComments": false,
+ "ignoreUrls": true,
+ "tabWidth": 4
+ }
+ ],
"max-lines": [
"off"
],