Skip to content

Commit

Permalink
refactor: fix ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed May 17, 2019
1 parent 53a6be8 commit d1227e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions addons/centered/src/mithril.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @jsx m */

// eslint-disable-next-line import/no-extraneous-dependencies
import m, { ComponentTypes } from 'mithril';
import styles from './styles';

Expand Down
1 change: 0 additions & 1 deletion addons/centered/src/preact.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** @jsx h */
// eslint-disable-next-line import/no-extraneous-dependencies
import { Component, h } from 'preact';
import styles from './styles';

Expand Down

0 comments on commit d1227e2

Please sign in to comment.