Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
48aa7ab7
Commit
48aa7ab7
authored
8 years ago
by
Dan Abramov
Browse files
Options
Download
Email Patches
Plain Diff
Update deps
parent
bb725e09
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/eslint.js
+1
-0
config/eslint.js
package.json
+10
-10
package.json
with
11 additions
and
10 deletions
+11
-10
config/eslint.js
+
1
-
0
View file @
48aa7ab7
...
...
@@ -121,6 +121,7 @@ module.exports = {
'
no-sequences
'
:
'
warn
'
,
'
no-shadow-restricted-names
'
:
'
warn
'
,
'
no-sparse-arrays
'
:
'
warn
'
,
'
no-template-curly-in-string
'
:
'
warn
'
,
'
no-this-before-super
'
:
'
warn
'
,
'
no-throw-literal
'
:
'
warn
'
,
'
no-undef
'
:
'
warn
'
,
...
...
This diff is collapsed.
Click to expand it.
package.json
+
10
-
10
View file @
48aa7ab7
...
...
@@ -45,13 +45,13 @@
"
chalk
"
:
"
1.1.3
"
,
"
connect-history-api-fallback
"
:
"
1.3.0
"
,
"
cross-spawn
"
:
"
4.0.0
"
,
"
css-loader
"
:
"
0.2
3.1
"
,
"
css-loader
"
:
"
0.2
4.0
"
,
"
detect-port
"
:
"
1.0.0
"
,
"
eslint
"
:
"
3.
2.2
"
,
"
eslint-loader
"
:
"
1.
4.1
"
,
"
eslint-plugin-flowtype
"
:
"
2.
4.0
"
,
"
eslint
"
:
"
3.
4.0
"
,
"
eslint-loader
"
:
"
1.
5.0
"
,
"
eslint-plugin-flowtype
"
:
"
2.
11.4
"
,
"
eslint-plugin-import
"
:
"
1.12.0
"
,
"
eslint-plugin-jsx-a11y
"
:
"
2.
0
.1
"
,
"
eslint-plugin-jsx-a11y
"
:
"
2.
2
.1
"
,
"
eslint-plugin-react
"
:
"
5.2.2
"
,
"
extract-text-webpack-plugin
"
:
"
1.0.1
"
,
"
file-loader
"
:
"
0.9.0
"
,
...
...
@@ -60,21 +60,21 @@
"
gzip-size
"
:
"
3.0.0
"
,
"
html-loader
"
:
"
0.4.3
"
,
"
html-webpack-plugin
"
:
"
2.22.0
"
,
"
http-proxy-middleware
"
:
"
0.17.
0
"
,
"
jest
"
:
"
15.
0.1
"
,
"
http-proxy-middleware
"
:
"
0.17.
1
"
,
"
jest
"
:
"
15.
1.0
"
,
"
json-loader
"
:
"
0.5.4
"
,
"
object-assign
"
:
"
4.1.0
"
,
"
opn
"
:
"
4.0.2
"
,
"
path-exists
"
:
"
3.0.0
"
,
"
postcss-loader
"
:
"
0.
9
.1
"
,
"
postcss-loader
"
:
"
0.
11
.1
"
,
"
promise
"
:
"
7.1.1
"
,
"
recursive-readdir
"
:
"
2.0.0
"
,
"
rimraf
"
:
"
2.5.4
"
,
"
strip-ansi
"
:
"
3.0.1
"
,
"
style-loader
"
:
"
0.13.1
"
,
"
url-loader
"
:
"
0.5.7
"
,
"
webpack
"
:
"
1.13.
1
"
,
"
webpack-dev-server
"
:
"
1.1
4
.1
"
,
"
webpack
"
:
"
1.13.
2
"
,
"
webpack-dev-server
"
:
"
1.1
5
.1
"
,
"
whatwg-fetch
"
:
"
1.0.0
"
},
"devDependencies"
:
{
...
...
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
Menu
Explore
Projects
Groups
Snippets