1.0.0 • Published 2 years ago

prettier-config-christianecg v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

prettier-config-christianecg

prettier-logo GitHub followers Twitter Follow

This package provides a ChristianECG extensible prettier configuration.

Usage

I provide an exported configuration object in the package. To use it, you should install our package.

npm i prettier-config-christianecg -D

Then, you can use it in your prettier configuration as an extended configuration on your prettier.config.js file.

module.exports = {
	~
	...require('prettier-config-christianecg'),
	~
}

Feel free to modify the rules and add your own when you want.

Contributing

If you want to contribute, you can fork the repository and make your own changes.

I am very open to any contribution, and I will try to add it to the package as soon as possible.

License

To guarantee the quality of the package, I will only release it under the MIT license. You can find the license in the LICENSE file.