Skip to content

Commit

Permalink
Change lint ignore from jslint to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Frampton authored and Robert-Frampton committed Oct 10, 2017
1 parent 0861274 commit 92152e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/metal-incremental-dom/src/html/HTMLParser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jshint ignore:start */
/* eslint-disable */

/*
* HTML5 Parser By Sam Blowes
Expand Down Expand Up @@ -258,4 +258,4 @@ function makeMap(str) {

export default HTMLParser;

/* jshint ignore:end */
/* eslint-enable */

0 comments on commit 92152e1

Please sign in to comment.