Remove jshint - move everything over to eslint
Also removed all hints of previous linters
This commit is contained in:
parent
dc11db92f9
commit
43a44793c5
71 changed files with 1837 additions and 2030 deletions
|
@ -93,6 +93,7 @@ export class ContactDetail extends React.Component<Props> {
|
|||
<div
|
||||
className="module-contact-detail__send-message"
|
||||
role="button"
|
||||
// tslint:disable-next-line react-this-binding-issue
|
||||
onClick={onClick}
|
||||
>
|
||||
<button className="module-contact-detail__send-message__inner">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue