Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-config-ackama

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-config-ackama - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "prettier-config-ackama",
"version": "1.0.0",
"version": "1.0.1",
"description": "Standard Prettier configuration for Ackama projects.",

@@ -45,3 +45,6 @@ "homepage": "https://github.com/ackama/prettier-config-ackama#readme",

"semantic-release": "^19.0.2"
},
"peerDependencies": {
"prettier": ">= 2.0"
}
}

22

README.md

@@ -15,7 +15,21 @@ # Ackama Prettier Configuration

#### Releasing
### Versioning
To release a new version, run
Versioning is modeled after [semantic versioning](https://semver.org/); however,
because of the nature of Prettier most configuration changes could be considered
breaking.
npm version <major|minor|patch>
npm publish
As such, we consider general configuration changes to be _minor features_, and
release them as such.
### Releasing
Releases are handled using
[semantically](https://github.com/semantic-release/semantic-release).
#### Contributing
This repo uses
[convectional commits](https://www.conventionalcommits.org/en/v1.0.0/) to enable
semantic releases & changelog generation. Please make sure to follow that when
committing.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc