prettier-plugin-uppercase-doctype
v1.0.0
Published
A Prettier plugin that transforms <!doctype html> to <!DOCTYPE html>.
Maintainers
Readme
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-doctypeEnsure prettier is also installed:
npm install --save-dev prettierUsage
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.
