@adchitects/syncpack-config
Prerequisites
- Latest Node.js LTS (Long-Term Support) version
- One of Node.js package managers:
- Latest syncpack version
Basic usage
-
Install it with the Node.js package manager of your choice (in our case, we use pnpm).
pnpm install --save-dev syncpack @adchitects/syncpack-config
-
Create an syncpack configuration file -
.syncpackrc.(c)js
. -
Extend this module package configuration.
const config = { ...require("@adchitects/syncpack-config"), }; module.exports = config;
Used configurations & plugins
None, so far.
Security
Contributing
Please refer to our CONTRIBUTING file (at the root of this project repository - adchitects/configs) for more information if you wish to get involved.