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

This commit is contained in:
Walid 2023-04-10 18:25:29 +00:00
parent 3ba07cc7a6
commit 6f261aaa61
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF

View File

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