Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Apr 26, 2019
1 parent 32ed491 commit 6711453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse.js
Expand Up @@ -11,7 +11,6 @@ import Documentation, { type DocumentationObject } from './Documentation';
import postProcessDocumentation from './utils/postProcessDocumentation';
import buildParser, { type Options, type Parser } from './babelParser';
import type { Handler, Resolver } from './types';
import types from 'ast-types';

const ERROR_MISSING_DEFINITION = 'No suitable component definition found.';

Expand Down

0 comments on commit 6711453

Please sign in to comment.