0.1.11 • Published 10 months ago

@banjoanton/prettier-config v0.1.11

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

Config for Prettier

My personal Prettier config.

Install

pnpm install @banjoanton/prettier-config @banjoanton/eslint-config-prettier

It is possible to use the @banjoanton/eslint-config only, but then all other ESLint rules will be included as well.

Usage

To apply prettier, in your package.json:

{
    "prettier": "@banjoanton/prettier-config"
}

To enable the eslint config:

{
    "extends": ["@banjoanton/eslint-config-prettier"]
}

To enable with v9:

import prettierConfig from "@banjoanton/eslint-config-prettier";

export default [...prettierConfig];
0.1.11

10 months ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago