[READ-ONLY] Mirror of https://github.com/tynanpurdy/frc-labeler. A Bluesky labeling service for FRC teams
0

Configure Feed

Select the types of activity you want to include in your feed.

frc-labeler / .prettierrc
293 B 12 lines
1{ 2 "trailingComma": "all", 3 "tabWidth": 2, 4 "semi": true, 5 "singleQuote": true, 6 "printWidth": 120, 7 "experimentalTernaries": true, 8 "plugins": ["@trivago/prettier-plugin-sort-imports"], 9 "importOrder": ["^[./]"], 10 "importOrderSeparation": true, 11 "importOrderSortSpecifiers": true 12}