2.0.2 • Published 10 months ago

@alexanderliu/prettier-config v2.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@alexanderliu/prettier-config

Prettier config with package.json sorting and tabs.

Usage

Install Packages

Check package.json package of this package to determine the correct prettier version.

pnpm add -D -E @alexanderliu/prettier-config prettier@<version>

Prettier Config

.prettierrc.js:

import { alexanderliuPrettierConfig } from "@alexanderliu/prettier-config";

export default alexanderliuPrettierConfig;

package.json Scripts

{
    "format:check": "prettier --check .",
    "format:write": "prettier --write .",
}
2.0.2

10 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.2

2 years ago

1.0.1

2 years ago