Skip to content

Commit 8d8b909

Browse files
author
Andrew Welch
committed
refactor: Ignore max-line-length rule
1 parent 7de1439 commit 8d8b909

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildchain/.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
]
1818
}
1919
],
20-
"block-no-empty": null
20+
"block-no-empty": null,
21+
"max-line-length": null
2122
}
2223
}

0 commit comments

Comments
 (0)