Skip to content

Commit f808a2f

Browse files
committed
fix: changed max-len to 120, same as prettier
1 parent 8509dc2 commit f808a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/rules/style.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ module.exports = {
252252
// https://eslint.org/docs/rules/max-len
253253
"max-len": [
254254
"error",
255-
100,
255+
120,
256256
2,
257257
{
258258
ignoreUrls: true,

0 commit comments

Comments
 (0)