Skip to content

Commit

Permalink
feat #38 - Add eslint and fix lint errors & warnings (#39)
Browse files Browse the repository at this point in the history
* Feat #38 - Add typescript Eslint plugins & .eslintrc.js
  • Loading branch information
sam-dassana authored and github-actions committed Aug 21, 2020
1 parent 9236593 commit 2fddb14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'antd/lib/button/style/index.css'
import { Button as AntDButton } from 'antd'
import { ButtonProps as AntDButtonProps } from 'antd/es/button'
import classnames from 'classnames'

import React, { FC, ReactNode } from 'react'

export interface ButtonProps {
Expand Down

0 comments on commit 2fddb14

Please sign in to comment.