prettier-config-octaviaflow
v1.1.2
Published
Prettier configuration for OctaviaFlow Design System
Maintainers
Readme
prettier-config-octaviaflow
Prettier config for the OctaviaFlow Design System
Getting started
To install prettier-config-octaviaflow in your project, you will need to run the
following command using npm:
npm install -S prettier-config-octaviaflowIf you prefer Yarn, use the following command instead:
yarn add prettier-config-octaviaflowUsage
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('prettier-config-octaviaflow');
module.exports = prettierConfig;🙌 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.
