1.0.0 • Published 2 years ago

prettier-config-leeorf v1.0.0

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

prettier-config-leeorf

My personal Prettier config

Getting started

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

npm install -D prettier-config-leeorf

If you prefer Yarn, use the following command instead:

yarn add -D prettier-config-leeorf

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:

const prettierConfig = require('prettier-config-leeorf');

module.exports = prettierConfig;

📝 License

Licensed under the Apache 2.0 License.