Switch to klint, fix some lint rules

This commit is contained in:
Sebastian McKenzie
2016-02-14 23:25:14 +00:00
parent 13cb34a966
commit c9f9435445
11 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
/* eslint indent: 0 */
/* eslint max-len: 0 */
import { types as tt } from "../tokenizer/types";
import Parser from "./index";
import { lineBreak } from "../util/whitespace";