0.0.7 • Published 9 months ago

@agribank/prettier-config v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Prettier

agribank shared prettier config that each app should apply. Not using this config might result in CI/CD errors.

Example

prettier.config.mjs

import agribankPrettierConfig from "@agribank/prettier-config";

/**
 * @type {import("prettier").Config}
 */
const config = {
	...agribankPrettierConfig
};

export default config;
0.0.7

9 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago