Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 7d30671

Browse files
committed
Preset: add maximumLineLength to airbnb preset
See https://github.com/airbnb/javascript#18.12
1 parent 972769d commit 7d30671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

presets/airbnb.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@
7474
"safeContextKeyword": "_this",
7575
"validateLineBreaks": "LF",
7676
"validateQuoteMarks": { "mark": "'", "escape": true, "ignoreJSX": true },
77-
"validateIndentation": 2
77+
"validateIndentation": 2,
78+
"maximumLineLength": 100
7879
}

0 commit comments

Comments
 (0)