chore(eslint): ignore specific no-empty

pull/5690/head
Pavel Zavora 2021-03-08 21:19:57 +01:00
parent 0af915ce73
commit 3906874aa2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable no-empty */
// Libraries
import React, {Component} from 'react'
import {connect} from 'react-redux'

View File

@ -1,3 +1,4 @@
/* eslint-disable no-empty */
// Libraries
import React, {PureComponent} from 'react'
import {connect} from 'react-redux'