https://github.com/geta/prettier-config
Shared config allows automatic formatting of frontend code
https://github.com/geta/prettier-config
Last synced: about 2 months ago
JSON representation
Shared config allows automatic formatting of frontend code
- Host: GitHub
- URL: https://github.com/geta/prettier-config
- Owner: Geta
- License: mit
- Created: 2019-10-30T11:59:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T12:13:10.000Z (over 5 years ago)
- Last Synced: 2025-03-09T01:46:59.876Z (3 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geta-prettier-config
This is a repository containing the default Prettier configuration used by Geta projects.
## Usage
### Install
#### Yarn:
```cmd
yarn add --dev geta-prettier-config
```#### Npm:
```cmd
npm i -d geta-prettier-config
```### Edit package.json
Add the following to your package.json to make Prettier use the configuration from this package.
```json
{
"prettier": "geta-prettier-config"
}
```