- 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
-
- 27 Jul, 2016 1 commit
-
-
Florian Goße authored
* Use keyword `warn` in eslint config We can use the keyword `warn` for rule configuration instead of a number. * Fix comment which where WARNING was replaced * Remove extra apostrophe
-
- 26 Jul, 2016 1 commit
-
-
Kevin Lacker authored
-
- 25 Jul, 2016 1 commit
-
-
Ethan Cohen authored
This project is a really good use case to apply some accessibility rules to the lint config. For beginners getting started with React, we can also teach/enforce basic accessibility rules in the web at author time. For now, I’ve just applied to the rules that are listed in `eslint-config-airbnb` because these are most real-world tested, and we can continue to add. Happy to help if there are any questions/issues/concerns about the plugin!
-
- 24 Jul, 2016 1 commit
-
-
Max Stoiber authored
Ref #156 Not sure if we can simply delete the line and that'll disable it, so I went with setting it to 0. Let me know!
-
- 21 Jul, 2016 1 commit
-
-
Dan Abramov authored
* Make errors and warnings nicer * Fix license stripping to not be eager * Minor tweaks
-
- 20 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Kevin Lacker authored
-
- 19 Jul, 2016 1 commit
-
-
Dan Abramov authored
* Use a custom eslint rule list * Sort rules * Relax some rules
-