doctype-first
Doctype must be first.
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<!DOCTYPE html>
<html></html>
<!DOCTYPE html>
<html></html>
The following pattern is considered violation:
<!--comment--><!DOCTYPE html>
<html></html>