@sprive/prettier-config
v1.2.0
Published
Hi, welcome to our prettier config package. Make yourself at home!
Readme
Unk Prettier
Hi, welcome to our prettier config package. Make yourself at home!
Install
npm install -D prettier @sprive/prettier-config
Usage
import { sprivePrettier } from "@sprive/prettier-config";
/**
* @see https://prettier.io/docs/en/configuration.html
* @type {import("prettier").Config}
*/
const config = {
...sprivePrettier,
// ...overrides
};
export default config;