mirror of
https://github.com/ivuorinen/base-configs-prettier.git
synced 2026-01-26 03:04:05 +00:00
d2223f0f76904e3a4f413a91b34e903d3c284bb8
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-prettier/issues/2)) ([1b20c1e](1b20c1e709)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-prettier/issues/5)) ([9cfcfad](9cfcfade75)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#8](https://github.com/ivuorinen/base-configs-prettier/issues/8)) ([d39048b](d39048b0bc)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#10](https://github.com/ivuorinen/base-configs-prettier/issues/10)) ([7d678c6](7d678c618e)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#14](https://github.com/ivuorinen/base-configs-prettier/issues/14)) ([8991fd3](8991fd3c7c)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#15](https://github.com/ivuorinen/base-configs-prettier/issues/15)) ([18e124f](18e124fe8c)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-prettier/issues/6)) ([0810f5a](0810f5a846)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#7](https://github.com/ivuorinen/base-configs-prettier/issues/7)) ([9800573](98005733c0)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-prettier/issues/4)) ([1864bb1](1864bb181f)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#13](https://github.com/ivuorinen/base-configs-prettier/issues/13)) ([d7f5fbd](d7f5fbdbdd)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.7 → 41.82.8) ([#26](https://github.com/ivuorinen/base-configs-prettier/issues/26)) ([311f49b](311f49b92a)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.8 → 41.82.10) ([#27](https://github.com/ivuorinen/base-configs-prettier/issues/27)) ([1722edd](1722eddfe2)) ### Features * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-prettier/issues/3)) ([545c850](545c850632)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#9](https://github.com/ivuorinen/base-configs-prettier/issues/9)) ([f0b05b9](f0b05b9b43)) * initial import from base-configs ([8332ead](8332ead96d)) * release pipeline, packages, yarn upgrade ([0b352c4](0b352c4b05))
@ivuorinen/prettier-config
ivuorinen's shareable configuration for
Prettier.
Table of Contents
Installation
Install this config as a devDependencies:
# npm
npm install @ivuorinen/prettier-config --save-dev
# Yarn
yarn add @ivuorinen/prettier-config --dev
After installing it, a .prettierrc.json file will be created automatically in the project's root folder with the following configuration:
"@ivuorinen/prettier-config"
Note: This method does not offer a way to extend the configuration to overwrite some properties from the shared configuration. If you need to do that, import the file in a
.prettierrc.jsfile and export the modifications, e.g:module.exports = { ...require("@ivuorinen/prettier-config"), // Add custom options below: semi: true, };
Documentations
Read the Prettier docs for more information.
Contributing
If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.
Changelog
See CHANGELOG for a human-readable history of changes.
License
Distributed under the MIT License. See LICENSE for more information.
Description
Languages
JavaScript
100%