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
e939a5b8
Commit
e939a5b8
authored
7 years ago
by
Dan Abramov
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Turn off operator-assignment stylistic rule (#2256)
parent
22ca584b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/index.js
+0
-1
packages/eslint-config-react-app/index.js
with
0 additions
and
1 deletion
+0
-1
packages/eslint-config-react-app/index.js
+
0
-
1
View file @
e939a5b8
...
@@ -210,7 +210,6 @@ module.exports = {
...
@@ -210,7 +210,6 @@ module.exports = {
],
],
'
no-with
'
:
'
warn
'
,
'
no-with
'
:
'
warn
'
,
'
no-whitespace-before-property
'
:
'
warn
'
,
'
no-whitespace-before-property
'
:
'
warn
'
,
'
operator-assignment
'
:
[
'
warn
'
,
'
always
'
],
radix
:
'
warn
'
,
radix
:
'
warn
'
,
'
require-yield
'
:
'
warn
'
,
'
require-yield
'
:
'
warn
'
,
'
rest-spread-spacing
'
:
[
'
warn
'
,
'
never
'
],
'
rest-spread-spacing
'
:
[
'
warn
'
,
'
never
'
],
...
...
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