refactor(printWidth): ♻️ extend line's width

This commit is contained in:
2023-04-10 18:25:29 +00:00
parent 3ba07cc7a6
commit 6f261aaa61

View File

@@ -3,5 +3,6 @@ module.exports = {
jsxSingleQuote: true,
semi: false,
singleQuote: true,
bracketSameLine: true
bracketSameLine: true,
printWidth: 120
}