Skip to content

Commit 7f22019

Browse files
authored
Merge pull request #3 from accounts-js/increase-print-width
Increase Print Width to improve readability
2 parents f9178b8 + 8cdff6a commit 7f22019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"object-literal-sort-keys": false,
1010
"ordered-imports": [false],
1111
"no-submodule-imports": [true, "lodash"],
12-
"quotemark": [true, "single", "jsx-double"]
12+
"quotemark": [true, "single", "jsx-double"],
13+
"prettier": [true, { "print-width": 130 }]
1314
},
1415
};

0 commit comments

Comments
 (0)