Skip to content

Commit ed0c9a7

Browse files
Michael Headtimdorr
Michael Head
authored andcommitted
Ignoring eslint rule for defined class properties (reduxjs#2470)
1 parent e8b53c4 commit ed0c9a7

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

examples/real-world/src/components/Explore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-undef */
2+
13
import React, { Component } from 'react'
24
import PropTypes from 'prop-types'
35

examples/real-world/src/components/List.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-undef */
2+
13
import React, { Component } from 'react'
24
import PropTypes from 'prop-types'
35

examples/real-world/src/containers/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-undef */
2+
13
import React, { Component } from 'react'
24
import PropTypes from 'prop-types'
35
import { connect } from 'react-redux'

examples/real-world/src/containers/RepoPage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-undef */
2+
13
import React, { Component } from 'react'
24
import PropTypes from 'prop-types'
35
import { connect } from 'react-redux'

examples/real-world/src/containers/UserPage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-undef */
2+
13
import React, { Component } from 'react'
24
import PropTypes from 'prop-types'
35
import { connect } from 'react-redux'

0 commit comments

Comments
 (0)