@sundaeswap/prettier-config
v2.0.13
Published
basic prettier config options for SundaeSwap projects.
Keywords
Readme
prettier-config
These are base shared prettier.config.js configs to use in your downstream project.
Installation
To install, run the following in your project root:
bun run add prettier @sundaeswap/prettier-config -DWithin your prettier.config.js file, extend this config via:
const prettierConfig = require("@sundaeswap/prettier-config");
module.exports = {
...prettierConfig,
};