- 16 May, 2017 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Bump dependencies * Bump CSS deps * Somehow I missed dotenv * Bump ESLint deps * Tweak ESLint rules
-
- 15 May, 2017 2 commits
-
-
anraka authored
Removing a stylistic lint rule
-
Almero Steyn authored
* 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
-
- 14 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Blacklist confusing global variables * Blacklist globals * Fix kitchensink test to lint * Edit the list * Use no-restricted globals for this
-
- 11 May, 2017 1 commit
-
-
Siddharth Doshi authored
-
- 08 May, 2017 1 commit
-
-
Dan Abramov authored
* Revert "Ignore the yarn cache directory (#2063)" This reverts commit 94149c77. * Revert "Forbid using window properties as global variables (#1840)" This reverts commit 5a7d8e89.
-
- 05 May, 2017 1 commit
-
-
Siddharth Doshi authored
* Forbid using window properties as global variables * Change globals list to match Standard. * Fix globals
-
- 19 Apr, 2017 1 commit
-
-
anilreddykatta authored
-
- 09 Mar, 2017 1 commit
-
-
Ben Alpert authored
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?
-
- 07 Mar, 2017 1 commit
-
-
Valerii Sorokobatko authored
* 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
-
- 05 Mar, 2017 2 commits
-
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Chris Drackett authored
* 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
-
- 24 Feb, 2017 2 commits
-
-
Tharaka Wijebandara authored
- 05 Dec, 2016 1 commit
-
-
Brian Ng authored
-
- 21 Nov, 2016 1 commit
-
-
Stefan authored
Revert webpack prod config comments to not refer to dev server.
-
- 28 Oct, 2016 1 commit
-
-
- 22 Oct, 2016 1 commit
-
-
Ville Immonen authored
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
-
- 03 Oct, 2016 1 commit
-
-
Dan Abramov authored
-
- 01 Oct, 2016 1 commit
-
-
Brian Ng authored
-
- 30 Sep, 2016 1 commit
-
-
Aaron Cannon authored
Now allows the use of short circuit and ternary expressions.
-
- 22 Sep, 2016 1 commit
-
-
Ville Immonen authored
* Update eslint-plugin-react and enable new rules New rules: * `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710) * `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678) * `react/style-prop-object` (yannickcr/eslint-plugin-react#715) * Remove react/no-find-dom-node for now
-
- 21 Sep, 2016 1 commit
-
-
Ville Immonen authored
* Move ESLint configuration to a separate package * Remove the ESLint configuration, moved to eslint-config-react-app * Update ESLint instructions * Pin the package versions in eslint-config-react-app * Add a README for eslint-config-react-app * Update README.md * Update README.md * Update README.md * Update README.md * Update package.json * Update package.json * Update production eslint-loader config * Add the ESLint config to devDependencies of the repo
-
- 19 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 17 Sep, 2016 2 commits
-
-
Dan Abramov authored
Fixes #498
-
Dan Harper authored
-
- 16 Sep, 2016 1 commit
-
-
Vesa Laakso authored
* Split no-unused-vars ESLint config to multiple lines * Exempt variables prefixed with underscore from no-unused-vars rule This is useful when e.g. using object spread operator to remove only a certain field from the object. For example, this can be used to ignore a property from React component's `this.props`: render() { const { someAttribute: _unused, ...rest } = this.props; return <pre>{ JSON.stringify(rest) }</pre>; }
-
- 11 Sep, 2016 1 commit
-
-
Marek Suscak authored
-
- 02 Sep, 2016 1 commit
-
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 01 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 31 Aug, 2016 2 commits
-
-
Sophia authored
-
Cory House authored
-
- 23 Aug, 2016 1 commit
-
-
Felipe Moyano authored
-
- 22 Aug, 2016 1 commit
-
-
Robin Ricard authored
This rule is considered dangerous in certain situations. This is especially true for Immutable.js users. See the discussion at issue #465 for more information about this.
-
- 18 Aug, 2016 1 commit
-
-
Gregory Shehet authored
* add off font format to loaders * add otf format support
-
- 01 Aug, 2016 1 commit
-
-
Christoph Pojer authored
-
- 28 Jul, 2016 3 commits
-
-
Dan Abramov authored
This is the one people are converging on, and flow-vars may get deprecated.
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #260
-