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
ff73f16b
Commit
ff73f16b
authored
8 years ago
by
Kevin Lacker
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
a bit of lint-relaxing (#44)
parent
c11b5c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/eslint.js
+2
-2
config/eslint.js
with
2 additions
and
2 deletions
+2
-2
config/eslint.js
+
2
-
2
View file @
ff73f16b
...
...
@@ -136,7 +136,7 @@ module.exports = {
'
no-native-reassign
'
:
ERROR
,
'
no-negated-in-lhs
'
:
ERROR
,
'
no-nested-ternary
'
:
WARNING
,
'
no-new
'
:
ERROR
,
'
no-new
'
:
WARNING
,
'
no-new-func
'
:
ERROR
,
'
no-new-object
'
:
ERROR
,
'
no-new-symbol
'
:
ERROR
,
...
...
@@ -171,7 +171,7 @@ module.exports = {
'
no-unsafe-finally
'
:
WARNING
,
'
no-unused-expressions
'
:
ERROR
,
'
no-unused-labels
'
:
ERROR
,
'
no-unused-vars
'
:
[
ERROR
,
{
vars
:
'
local
'
,
args
:
'
after-used
'
}],
'
no-unused-vars
'
:
[
ERROR
,
{
vars
:
'
local
'
,
args
:
'
none
'
}],
'
no-use-before-define
'
:
[
ERROR
,
'
nofunc
'
],
'
no-useless-computed-key
'
:
ERROR
,
'
no-useless-concat
'
:
ERROR
,
...
...
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