Dan Abramov
7796c94d79
Publish
...
- babel-preset-react-app@3.0.1
- create-react-app@1.3.2
- eslint-config-react-app@1.0.5
- react-dev-utils@3.0.1
- react-error-overlay@1.0.8
- react-scripts@1.0.8
2017-06-28 17:30:24 +01:00
Dan Abramov
a171d93064
Reformat source code with Prettier 1.5.2
2017-06-28 16:23:16 +01:00
Dan Abramov
7a1873c0a7
Publish
...
- eslint-config-react-app@1.0.4
- react-dev-utils@2.0.1
- react-error-overlay@1.0.6
- react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Iain Beeston
0d2989ba6d
Resolve flow errors in eslint JSX a11y ( #2346 )
...
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of
d70ac7d7975819e7a52b85465ec67a0d93eb962a
2017-05-24 11:01:31 +01:00
Dan Abramov
2558c3e32f
Publish
...
- eslint-config-react-app@1.0.3
- react-dev-utils@2.0.0
- react-error-overlay@1.0.5
- react-scripts@1.0.5
2017-05-22 17:09:28 +01:00
Dan Abramov
42efedbeb2
Allow declaring variables before use in a scope above ( #2325 )
2017-05-22 16:04:35 +01:00
Dan Abramov
d649b8a0de
Publish
...
- eslint-config-react-app@1.0.2
- react-dev-utils@1.0.3
- react-error-overlay@1.0.3
- react-scripts@1.0.3
2017-05-21 20:56:22 +01:00
Robert DeLuca
3260d17f07
Remove flowtype/require-valid-file-annotation temporarily. ( #2311 )
...
Until this issue (https://github.com/gajus/eslint-plugin-flowtype/issues/165 ) is
fixed we're disabling `flowtype/require-valid-file-annotation`.
2017-05-21 20:42:55 +01:00
Dan Abramov
cd5c6d5717
Publish
...
- eslint-config-react-app@1.0.1
- react-dev-utils@1.0.1
- react-error-overlay@1.0.1
- react-scripts@1.0.1
2017-05-19 20:22:12 +01:00
Dan Abramov
e939a5b80d
Turn off operator-assignment stylistic rule ( #2256 )
2017-05-19 18:16:45 +01:00
Tharaka Wijebandara
54ea47815a
Add documentation about using code splitting ( #1801 )
...
* Add documentation about using code splitting
* Revise docs a bit
* Update README.md
* Update README.md
* Update README.md
2017-05-19 05:05:18 +01:00
Dan Abramov
493e5a6996
Tweak lint rules ( #2186 )
2017-05-16 23:35:14 +01:00
Dan Abramov
dadf93b2bc
Disable require.ensure() warning ( #2177 )
2017-05-16 15:43:51 +01:00
Dan Abramov
58689133a1
Bump versions
2017-05-16 09:49:04 +01:00
Dan Abramov
0ffed85e6c
Bump dependencies ( #2170 )
...
* Bump dependencies
* Bump CSS deps
* Somehow I missed dotenv
* Bump ESLint deps
* Tweak ESLint rules
2017-05-16 02:59:32 +01:00
anraka
814365b4d0
Removing extra eslint rules ( #2064 )
...
Removing a stylistic lint rule
2017-05-15 23:42:46 +01:00
Almero Steyn
7bff7154d9
ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules. ( #2163 )
...
* ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules.
* Try to fix Lerna
* Update README.md
* Remove html-has-lang
* Update README.md
2017-05-15 23:25:40 +01:00
Siddharth Doshi
06e73fa6b3
Blacklist confusing global variables ( #2130 )
...
* Blacklist confusing global variables
* Blacklist globals
* Fix kitchensink test to lint
* Edit the list
* Use no-restricted globals for this
2017-05-14 19:47:04 +01:00
Siddharth Doshi
efd99a95f3
disable ignoring unused vars prefixed with _ ( #1763 )
2017-05-11 14:34:52 +01:00
Dan Abramov
3a527f2a09
Revert "Forbid using window properties as global variables" ( #2099 )
...
* Revert "Ignore the yarn cache directory (#2063 )"
This reverts commit 94149c77a8 .
* Revert "Forbid using window properties as global variables (#1840 )"
This reverts commit 5a7d8e899e .
2017-05-08 19:26:03 +01:00
Siddharth Doshi
5a7d8e899e
Forbid using window properties as global variables ( #1840 )
...
* Forbid using window properties as global variables
* Change globals list to match Standard.
* Fix globals
2017-05-05 18:59:49 -04:00
anilreddykatta
a0b16df53f
Relax label rules ( #1989 )
2017-04-18 21:28:10 -04:00
Ben Alpert
9c9f8f66e2
Remove 'guard-for-in' lint rule ( #1773 )
...
Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
2017-03-09 03:49:34 +00:00
Valerii Sorokobatko
fe7b5c212b
update to modern code style ( #1738 )
...
* mv create-react-app/index.js -> create-react-app/creteReactApp.js
* update to modern code style
* var -> cosnt
* set trailing-coma to es5 for prettier
2017-03-07 19:46:10 +00:00
Joe Haddad
956322b76a
Published branch 0.9.x
...
- create-react-app@1.3.0
- eslint-config-react-app@0.6.1
- react-dev-utils@0.5.2
- react-scripts@0.9.4
2017-03-06 14:20:24 -05:00
Dan Abramov
03d15f4fd3
Relax ESLint config peerDependency ( #1740 )
2017-03-06 13:05:35 +00:00
Dan Abramov
2f7e3a2168
Lint internal scripts with eslint:recommended ( #1729 )
...
* Lint internal scripts with eslint:recommended
* Warnings r bad
2017-03-05 22:29:28 +00:00
Dan Abramov
dbee660b29
Bump ESLint config to 0.6.0 manually
2017-03-05 21:42:41 +00:00
Bond
13f26e3288
Bump jsx-a11y version ( #1542 )
...
* Bump jsx-a11y version
* Update package dependecy for jsx-a11y
* Bump version in react-scripts
2017-03-05 19:35:24 +00:00
Chris Drackett
19a46724fb
Add support for ignoreRestSiblings in no-unused-vars ( #1705 )
...
* updating eslint to 3.16.1
* add support for ignoreRestSiblings in eslint
http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings
* updating eslint to 3.16.1 in `react-scripts`
* updating eslint
* missing `^`
* missing ^
* pinning main eslint and updating readme
* Pin ESLint version
2017-03-05 14:54:33 +00:00
Joe Haddad
f3d8ffff0f
Published 0.9.1 at 9e2624f332
...
- babel-preset-react-app@2.1.1
- create-react-app@1.1.0
- eslint-config-react-app@0.5.2
- react-dev-utils@0.5.1
- react-scripts@0.9.1
2017-02-25 22:10:11 -05:00
Vlad
dd801e218c
Disallow event global variable with no-restricted-globals rule ( #1530 ) ( #1532 )
...
* Disallow event global variable with no-restricted-globals rule (#1530 )
* changed event global variable usage liniting from warn to error
2017-02-24 19:29:04 +00:00
Tharaka Wijebandara
09cfcde018
Add lint rule to disallow require.ensure and System.import ( #1536 )
2017-02-24 17:29:45 +00:00
Alexander James Phillips
2a8535b5d5
Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR ( #1608 )
...
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR
* Use br in react-scripts template README md
* Use br in md for new line breaks
* Update troubleshooting HMR to allow for VMs running Windows
* Fix up the instructions
2017-02-22 18:37:18 +00:00
Joe Haddad
67e6cf5a52
Publish
...
- babel-preset-react-app@2.1.0
- create-react-app@1.0.4
- eslint-config-react-app@0.5.1
- react-dev-utils@0.5.0
- react-scripts@0.9.0
2017-02-10 22:33:41 -05:00
Dan Abramov
49414d6ba0
Publish
...
- babel-preset-react-app@2.0.1
- eslint-config-react-app@0.5.0
- react-dev-utils@0.4.1
- react-scripts@0.8.2
2016-12-07 21:31:11 +00:00
Dan Abramov
d68a989779
Relax peerDependencies for ESLint preset ( #1191 )
2016-12-07 14:12:58 +00:00
Brian Ng
15f65a0a4e
Make jsx-no-undef rule an error ( #1159 )
2016-12-05 19:59:25 +00:00
Ville Immonen
5ee027d638
Publish
...
- babel-preset-react-app@2.0.0
- create-react-app@0.7.0
- eslint-config-react-app@0.4.0
- react-dev-utils@0.4.0
- react-scripts@0.8.0
2016-12-03 18:03:38 +02:00
Stefan
6e00813632
Adapt jest and eslint for new default loader scope. ( #1077 )
...
Revert webpack prod config comments to not refer to dev server.
2016-11-22 00:03:40 +02:00
Vadzim
8a5c50d97a
Fixes https://github.com/facebookincubator/create-react-app/issues/952 ( #953 )
2016-10-28 13:51:56 +01:00
Ville Immonen
a5f760bab9
Publish
...
- babel-preset-react-app@1.0.0
- create-react-app@0.6.0
- eslint-config-react-app@0.3.0
- react-dev-utils@0.3.0
- react-scripts@0.7.0
2016-10-22 23:49:30 +03:00
Ville Immonen
27500900af
Forbid Webpack loader syntax in imports ( #803 )
...
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
2016-10-22 23:11:25 +03:00
Ville Immonen
d5de99e00b
Update dependencies ( #945 )
...
* Update dependencies
* Use published version of eslint-config-react-app for development
We dogfood on our eslint-config-react-app by using it as our ESLint config,
but installing it from the local folder causes problems when its peerDependencies
are updated, because npm won't update it unless the version number changes.
Use the published version for dogfooding so it can be installed from npm.
2016-10-22 22:36:15 +03:00
Dan Abramov
68d9ff6d6a
Promote "React must be in scope" to be an error ( #822 )
2016-10-03 12:37:35 +01:00
Jisu Park
94ec8856ae
docs(readme): peer dependencies applied ( #818 )
2016-10-02 13:14:41 +01:00
Brian Ng
909d938166
Fix some typos ( #809 )
2016-10-01 12:13:42 +03:00
Aaron Cannon
90e3cc1fb2
Relaxed eslint rule no-unused-expressions ( #724 )
...
Now allows the use of short circuit and ternary expressions.
2016-09-30 13:20:24 +01:00
Dan Abramov
96eefaeefa
Bump eslint preset version
2016-09-23 20:58:22 +01:00
Dan Abramov
92afcaf854
Add READMEs for packages
2016-09-23 13:00:11 +01:00