https://github.com/abelflopes/prettier-config-pro
Professional grade prettier configuration
https://github.com/abelflopes/prettier-config-pro
code-quality config eslint javascript library lint prettier prettier-config react standard typescript
Last synced: 4 months ago
JSON representation
Professional grade prettier configuration
- Host: GitHub
- URL: https://github.com/abelflopes/prettier-config-pro
- Owner: abelflopes
- Created: 2023-09-27T18:55:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T14:52:13.000Z (over 1 year ago)
- Last Synced: 2025-02-16T07:49:34.941Z (5 months ago)
- Topics: code-quality, config, eslint, javascript, library, lint, prettier, prettier-config, react, standard, typescript
- Language: JavaScript
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Prettier Config Pro
Professional grade prettier configuration
## Installation
You can install this config via npm or yarn:
```bash
npm install @abelflopes/prettier-config-pro --save-dev
# or
yarn add @abelflopes/prettier-config-pro --dev
```## Usage
To use this configuration in your project, create a Prettier configuration file
(e.g., .prettierrc.js) and extend `@abelflopes/prettier-config-pro`:```js
// .prettierrc.js
const config = require("@abelflopes/prettier-config-pro");module.exports = config;
```## Contributing
If you encounter any issues with this ESLint configuration or have suggestions for improvements,
please visit the GitHub repository and open an issue or pull request.
Check also the [development](./docs/DEVELOPMENT.md) docs.