blob: d4497f85cf78e5cae77ab92a5f514a01d3ec7370 [file] [log] [blame]
Andrew Grimbergea19c6d2023-05-03 09:43:27 -07001---
2extends: default
3
4rules:
5 empty-lines:
6 max-end: 1
7 line-length:
8 max: 120
9 comments:
10 # prettier forces 1 space comment separator
11 min-spaces-from-content: 1