Skip to content

Commit

Permalink
Disable no-explicit-any rule for utils/styled.ts (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-hun authored Jan 10, 2020
1 parent 07aaa06 commit 1b88603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/styled.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { styled as original } from 'linaria/react'
import { JSX, ComponentType, FunctionComponent } from 'preact'

Expand Down

0 comments on commit 1b88603

Please sign in to comment.