Skip to content

adonig/prettier-plugin-uppercase-doctype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Prettier plugin to uppercase the HTML5 doctype declaration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published