https://github.com/gravity-ui/prettier-config
https://github.com/gravity-ui/prettier-config
config prettier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity-ui/prettier-config
- Owner: gravity-ui
- License: mit
- Created: 2022-08-24T10:19:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T11:17:06.000Z (over 1 year ago)
- Last Synced: 2025-03-03T04:18:06.905Z (over 1 year ago)
- Topics: config, prettier
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @gravity-ui/prettier-config
## Install
```
npm install --save-dev prettier @gravity-ui/prettier-config
```
## Usage
Add `.prettierrc.js` file in the project root with the following content:
```js
module.exports = require('@gravity-ui/prettier-config');
```