3.0.0-rc.10 • Published 3 days ago

@klnjs/prettier-config v3.0.0-rc.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

@klnjs/prettier-config

Provides a collection of shareable Prettier configurations for JavaScript / TypeScript projects that can easily be reused across projects.

These configurations aim to enforce consistent code formatting, improve code readability, and streamline the development process by eliminating the need for manual configuration.

Installation

You can install the @klnjs/prettier-config package using your preferred package manager

npm install @klnjs/prettier-config --save-dev

How to Use

You can use it by creating a config file in any of the supported formats eg. .prettierrc, in the root of your project and extending this configuration:

'@klnjs/prettier-config/core'

You can use it by referencing it in your package.json file:

{
	"prettier": "@klnjs/prettier-config/core"
}

None of the above methods allow for extending the configuration. To overwrite specific properties, import the configuration into a prettier.config.js file, in the root of your project, and export the modifications:

import { core } from '@klnjs/prettier-config'

export default {
	...core,
	semi: true
}
3.0.0-rc.10

3 days ago

3.0.0-rc.9

5 days ago

3.0.0-rc.8

24 days ago

3.0.0-rc.2

26 days ago

3.0.0-rc.6

26 days ago

3.0.0-rc.5

26 days ago

3.0.0-rc.4

26 days ago

3.0.0-rc.3

26 days ago

2.0.0

2 months ago

2.0.0-rc.3

3 months ago

2.0.0-rc.2

5 months ago

2.0.0-rc.1

5 months ago

1.0.0

7 months ago

0.0.1-rc.10

11 months ago

1.0.0-rc.1

10 months ago

1.0.0-rc.2

10 months ago

0.0.1-rc.9

11 months ago

0.0.1-rc.8

12 months ago

0.0.1-rc.7

12 months ago

0.0.1-rc.6

12 months ago

0.0.1-rc.5

12 months ago

0.0.1-rc.4

12 months ago

0.0.1-rc.3

12 months ago

0.0.1-rc.2

1 year ago

0.0.1-rc.1

1 year ago