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