1.4.0 • Published 9 months ago

@irfnd/prettier-config v1.4.0

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

@irfnd/prettier-config

Irfnd's Personal Prettier config.

Usage

Install:

npm install @irfnd/prettier-config -D
yarn add @irfnd/prettier-config -D
pnpm add @irfnd/prettier-config -D

Edit (.prettierrc.js/prettier.config.js):

import irfndConfig from '@irfnd/prettier-config';

const config = {
	...irfndConfig,
	// your custom config
};

export default config;
1.2.0

10 months ago

1.1.0

10 months ago

1.4.0

9 months ago

1.2.2

10 months ago

1.3.0

9 months ago

1.2.1

10 months ago

1.0.0

2 years ago