Switch to klint, fix some lint rules

This commit is contained in:
Sebastian McKenzie
2016-02-14 23:25:14 +00:00
parent 456d24630a
commit 5b89849f43
75 changed files with 226 additions and 138 deletions

View File

@@ -1,3 +1,5 @@
/* eslint max-len: 0 */
export default function ({ types: t }) {
let JSX_ANNOTATION_REGEX = /\*?\s*@jsx\s+([^\s]+)/;