Skip to content

Commit aa75ac5

Browse files
committed
Set printWidth to 88 in eslint.config.ts
1 parent 83c4cbc commit aa75ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default [
114114
"no-debugger": isProduction ? "warn" : "off",
115115
"no-unused-vars": "off",
116116
"@typescript-eslint/no-var-requires": "off",
117-
"prettier/prettier": "warn",
117+
"prettier/prettier": ["warn", { printWidth: 88 }],
118118
},
119119
},
120120

0 commit comments

Comments
 (0)