We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfaa2b commit f145d19Copy full SHA for f145d19
.eslintrc
@@ -7,6 +7,9 @@
7
"plugins": [
8
"flowtype"
9
],
10
+ "rules": {
11
+ "max-len": [2, 100, 2]
12
+ },
13
"parser": "babel-eslint",
14
"parserOptions": {
15
"ecmaVersion": 2016,
0 commit comments