Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jun 18, 2020
1 parent 60e6fa3 commit 20d5c3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/.htmlhintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true
}
1 change: 0 additions & 1 deletion client/src/edit/code-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ CodeMirror.registerHelper("lint", "html", function(text) {
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true
});
for (var i = 0; i < messages.length; i++) {
Expand Down

0 comments on commit 20d5c3a

Please sign in to comment.