Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carimus/prettier-config
A base prettier config for Carimus projects
https://github.com/carimus/prettier-config
Last synced: 24 days ago
JSON representation
A base prettier config for Carimus projects
- Host: GitHub
- URL: https://github.com/carimus/prettier-config
- Owner: Carimus
- Created: 2019-10-14T21:00:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:08:48.000Z (over 1 year ago)
- Last Synced: 2024-04-26T15:15:14.307Z (9 months ago)
- Language: JavaScript
- Size: 555 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carimus Prettier Config
The prettier config used by Carimus projects.
- Always require trailing comma
- Tabs = 4 spaces
- Always require semicolons
- Prefer single quotes over double quotes
- Arrow functions must always use parens around arguments