Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: htmlhintrc.json

Issue 29360004: No issue - Created htmlhintrc (Closed)
Patch Set: Removed doctype and title rules Created Oct. 27, 2016, 1:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "tagname-lowercase": true,
3 "attr-lowercase": true,
4 "attr-value-double-quotes": true,
5 "tag-pair": true,
6 "spec-char-escape": true,
7 "id-unique": true,
8 "src-not-empty": true,
9 "attr-no-duplication": true,
10 "alt-require": true,
11 "id-class-value": "dash",
12 "space-tab-mixed-disabled": "space",
13 "id-class-ad-disabled": true,
14 "attr-unsafe-chars": true,
15 "attr-value-not-empty": true
16 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld