2.0.0 • Published 4 years ago

@freight-trust/prettier-config v2.0.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
4 years ago

Prettier with Git Diff/Blame Support

@freight-trust/prettier-config

Prettier config with shell scripts to enable better Git Diff/Blame

Getting started

To install @freight-trust/prettier-config in your project, you will need to run the following command using npm:

npm install -S @freight-trust/prettier-config

If you prefer Yarn, use the following command instead:

yarn add prettier-config-carbon

Usage

You can use this prettier configuration by creating a prettier.config.js file in the root of project and using this package in the following way:

"use strict";

const prettierConfig = require("@freight-trust/prettier-config");
module.exports = prettierConfig;

Shell Scripts

See ./bin

🙌 Contributing

We're always looking for contributors to help us fix bugs, build new features, or help us improve the project documentation. If you're interested, definitely check out our Contributing Guide! 👀

📝 License

Licensed under the Apache 2.0 License.

1.4.1

4 years ago

1.4.0

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago