Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
ce07e98b
Unverified
Commit
ce07e98b
authored
7 years ago
by
Dan Abramov
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Relax no-cond-assign rule (#3716)
Fixes
#2793
parent
419e4d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/index.js
+1
-1
packages/eslint-config-react-app/index.js
with
1 addition
and
1 deletion
+1
-1
packages/eslint-config-react-app/index.js
+
1
-
1
View file @
ce07e98b
...
@@ -116,7 +116,7 @@ module.exports = {
...
@@ -116,7 +116,7 @@ module.exports = {
'
new-parens
'
:
'
warn
'
,
'
new-parens
'
:
'
warn
'
,
'
no-array-constructor
'
:
'
warn
'
,
'
no-array-constructor
'
:
'
warn
'
,
'
no-caller
'
:
'
warn
'
,
'
no-caller
'
:
'
warn
'
,
'
no-cond-assign
'
:
[
'
warn
'
,
'
alway
s
'
],
'
no-cond-assign
'
:
[
'
warn
'
,
'
except-paren
s
'
],
'
no-const-assign
'
:
'
warn
'
,
'
no-const-assign
'
:
'
warn
'
,
'
no-control-regex
'
:
'
warn
'
,
'
no-control-regex
'
:
'
warn
'
,
'
no-delete-var
'
:
'
warn
'
,
'
no-delete-var
'
:
'
warn
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment