1.0.0 • Published 7 months ago
prettier-plugin-uppercase-doctype v1.0.0
prettier-plugin-uppercase-doctype
A Prettier plugin that transforms <!doctype html>
to <!DOCTYPE html>
.
Installation
Install the plugin via npm:
npm install --save-dev prettier-plugin-uppercase-doctype
Ensure prettier is also installed:
npm install --save-dev prettier
Usage
Add the plugin to your Prettier configuration:
.prettierrc
{
"plugins": ["prettier-plugin-uppercase-doctype"]
}
Contributing
Contributions are welcome! Please create an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
1.0.0
7 months ago