包详细信息

prettier-config-ackama

ackama14.1kISC1.1.0

Standard Prettier configuration for Ackama projects.

自述文件

Ackama Prettier Configuration

Standard Prettier configuration for Ackama projects.

Usage

Install this package:

npm install --save-dev prettier-config-ackama

Then add the following to your package.json:

"prettier": "prettier-config-ackama",

Versioning

Versioning is modeled after semantic versioning; however, because of the nature of Prettier most configuration changes could be considered breaking.

As such, we consider general configuration changes to be minor features, and release them as such.

Releasing

Releases are handled using semantically.

Contributing

This repo uses convectional commits to enable semantic releases & changelog generation. Please make sure to follow that when committing.

更新日志

1.1.0 (2022-05-20)

Features

  • replace deprecated jsxBracketSameLine with bracketSameLine (#2) (290ef63)

1.0.1 (2022-05-20)

Bug Fixes

  • include prettier as a peer dependency (#5) (909aec6)

1.0.0 (2022-05-19)

Bug Fixes

  • add note in README about how to use (80e9893)
  • update package.json with new repo urls (fffe251)
  • use double quotes for dedicated css styling files where possible (c4b8437)

Features

  • add prettier configuration (34ff731)
  • setup workflows & automatic releases (#3) (91a6d93)