Skip to content

Commit f145d19

Browse files
author
Nicolas Garnier
committed
Set ESLint rules to max-length 100 columns rather than 80
1 parent 4cfaa2b commit f145d19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"plugins": [
88
"flowtype"
99
],
10+
"rules": {
11+
"max-len": [2, 100, 2]
12+
},
1013
"parser": "babel-eslint",
1114
"parserOptions": {
1215
"ecmaVersion": 2016,

0 commit comments

Comments
 (0)