https://github.com/springload/prettier-config-springload
Importable configuration object for standardised Prettier config
https://github.com/springload/prettier-config-springload
Last synced: 4 months ago
JSON representation
Importable configuration object for standardised Prettier config
- Host: GitHub
- URL: https://github.com/springload/prettier-config-springload
- Owner: springload
- License: mit
- Archived: true
- Created: 2018-04-17T05:09:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T04:44:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T07:36:36.386Z (about 1 year ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Prettier Config Springload   
An importable Prettier configuration for standardised use across projects.
## Installation
```
npm install --save-dev prettier prettier-config-springload
```
## How to use
Create a file at your project’s root called `prettier.config.js`, with the following:
```js
const config = require('prettier-config-springload');
module.exports = config;
```
…and you’re done!
# Contributing / Development
See [CONTRIBUTING.md](CONTRIBUTING.md).
# License
[MIT](LICENSE).