@procore/syncpack-config
Version:
Procore Syncpack Config
26 lines (16 loc) • 382 B
Markdown
# @procore/syncpack-config
Procore Technologies, Inc `syncpack` configuration.
## Installation
### Yarn
```
yarn add -D syncpack @procore/syncpack-config
```
## Usage
Create a `.syncpackrc.cjs` file at the root of your project and extend the shared config:
```js
module.exports = {
...require('@procore/syncpack-config'),
};
```
## Breaking changes from core-scripts
N/A