1.0.0 • Published 1 month ago

@ilo-org/prettier-config v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

@ilo-org/prettier-config

Prettier config for the ILO Design System. These docs are a WIP.

Getting starteds

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

npm install -D @ilo-org/prettier-config

If you prefer Yarn, use the following command instead:

yarn add -D @ilo-org/prettier-config

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("@ilo-org/prettier-config");
module.exports = prettierConfig;

📝 License

Licensed under the Apache 2.0 License.

1.0.0

1 month ago

0.1.1

2 months ago

0.1.0

2 months ago

0.0.2

1 year ago

0.0.1

2 years ago