Commit Graph

872 Commits

Author SHA1 Message Date
Max Beier
cba519a442 Updated CHANGELOG.md 2016-02-23 15:11:31 +01:00
Felix Sanz
714f71d1d2 Added getter/setter info
I tried to search for getter/setter in the readme but nothing was found. Added some info to make a clear statement about them
2016-02-23 01:25:02 +01:00
NakShi
db8b07f51a Fixed README typo 2016-02-22 15:39:53 -08:00
Jordan Harband
6c637b97d9 [eslint config] v6.0.2 eslint-config-airbnb-v6.0.2 2016-02-22 14:49:34 -08:00
Jordan Harband
33f1ddb4c5 Disable no-confusing-arrow until eslint’s bug is resolved.
bug: https://github.com/eslint/eslint/issues/5332

Closes #752.
2016-02-22 14:30:23 -08:00
Jordan Harband
f12b2a195a [Dev Deps] update babel-tape-runner.
Closes https://github.com/wavded/babel-tape-runner/issues/11
2016-02-22 10:46:03 -08:00
Cihan Bebek
50ff33de88 Small typo fix in 18.6 'bad'-example.
Function call 'class()' to 'classed()'.
2016-02-21 21:38:33 +02:00
Jordan Harband
f4e94ade2b v6.0.1 eslint-config-airbnb-v6.0.1 2016-02-21 10:59:44 -08:00
Jordan Harband
12fb48611a Disable newline-per-chained-call until eslint’s bug is resolved.
bug: https://github.com/eslint/eslint/issues/5289

Closes #748.
2016-02-21 10:57:42 -08:00
Jordan Harband
8a6f00968d Fix no-useless-constructor example.
Per https://github.com/airbnb/javascript/pull/730#discussion_r53565774
2016-02-21 10:28:54 -08:00
Jordan Harband
b648de3233 [eslint config] v6.0.0 eslint-config-airbnb-v6.0.0 2016-02-21 00:51:00 -08:00
Jordan Harband
07e3cdeadf [eslint config] Update to eslint v2: Merge remote-tracking branch 'origin/harry-eslint-v2'
Closes #730.
2016-02-21 00:50:40 -08:00
Sergey Fursov
4574659833 rearrange comma-dangle rule to match es5/es6 codestyles, fixes #741 2016-02-21 01:31:20 +03:00
Harrison Shoff
0f32b96c12 [changelog] update changelog for 6.0.0 2016-02-20 13:24:55 -08:00
Harrison Shoff
3983d380ed [eslint-v2][arrays] fix example 2016-02-20 23:39:29 -08:00
Harrison Shoff
b79e951280 [eslint-v2][arrays] update array-callback-return good/bad ex 2016-02-20 23:33:39 -08:00
Harrison Shoff
822c0dfdfe [eslint-v2][react] jsx-sort-prop-types => sort-prop-types 2016-02-20 13:10:42 -08:00
Harrison Shoff
07948531dc [eslint-v2][react] set ignoreTranspilerName to false 2016-02-20 13:05:49 -08:00
Harrison Shoff
133fc51e21 [eslint-v2][react] add static-methods to top of sort-comp order 2016-02-20 13:02:15 -08:00
Harrison Shoff
ff0adbe291 [eslint-v2][react] acceptTranspilerName => ignoreTranspilerName 2016-02-20 12:59:00 -08:00
Harrison Shoff
e0959d0f1d [eslint-v2] fix rule links in readme 2016-02-14 19:04:12 -08:00
Harrison Shoff
65609373bf [eslint-v2][template strings] add template-curly-spacing rule, fix #716 2016-02-14 18:56:49 -08:00
Harrison Shoff
1f12a12be4 [eslint-v2] fix empty constructor example 2016-02-14 18:48:31 -08:00
Harrison Shoff
e1a087fbb1 [eslint-v2] add prefer-rest-params 2016-02-14 18:45:44 -08:00
Harrison Shoff
c5b4f05879 [eslint-v2] add one-var-declaration-per-line 2016-02-14 18:39:32 -08:00
Harrison Shoff
e6cbcf4cc5 [eslint-v2][whitespace] add no-whitespace-before-property rule 2016-02-14 18:35:23 -08:00
Harrison Shoff
92df6357b3 [eslint-v2][variables] add no-self-assign 2016-02-14 18:30:28 -08:00
Harrison Shoff
3762c9add8 [eslint-v2] add no-new-symbol rule 2016-02-14 14:58:28 -08:00
Harrison Shoff
ba10353e9b [eslint-v2][arrow functions] improve examples 2016-02-14 14:50:49 -08:00
Harrison Shoff
6a03a32915 [eslint-v2][arrow functions] add no-confusing-arrow rule 2016-02-14 14:47:23 -08:00
Harrison Shoff
172dffbb52 [eslint-v2][whitespace] add newline-per-chained-call rule 2016-02-14 11:48:04 -08:00
Harrison Shoff
fbd9c35dd3 [eslint-v2][arrays] add array-callback-return rule 2016-02-14 11:14:38 -08:00
Harrison Shoff
a126d0b85c [eslint-v2] enforce yield-start-spacing, no-unused-labels, no-extra-label 2016-02-14 12:56:03 -08:00
Harrison Shoff
c05b2da9db [eslint-v2] add new rules, disabled:
- `id-blacklist`
 - `no-extra-label`
 - `no-implicit-globals`
 - `no-restricted-imports`
 - `no-unmodified-loop-condition`
 - `no-unused-labels`
 - `sort-imports`
 - `yield-star-spacing`
2016-02-14 02:50:51 -08:00
Harrison Shoff
91b83650b0 [eslint-v2][constructors] fix bad + good examples 2016-02-14 02:34:47 -08:00
Harrison Shoff
1cbc628c49 [eslint-v2][constructors] disallow unnecessary constructors 2016-02-13 13:57:38 -08:00
Harrison Shoff
5109c84926 [eslint-v2] fix no-labels rule 2016-02-13 13:41:52 -08:00
Harrison Shoff
75807b9d5e [eslint-v2] no gens, no dup props in obj literal 2016-02-12 11:42:15 -08:00
Harrison Shoff
aa9add108e [pkg] add harry to contributors 2016-02-12 11:37:39 -08:00
Jordan Harband
8b58d8770c v5.0.1 eslint-config-airbnb-v5.0.1 2016-02-13 11:11:39 -08:00
Jordan Harband
d952efed24 [Fix] eslint peerDep should not include breaking changes. 2016-02-13 11:10:48 -08:00
Harrison Shoff
3aa8c58487 [eslint-v2] fix keyword-spacing style and sorting 2016-02-12 11:36:26 -08:00
Harrison Shoff
4f32315b24 [eslint-v2] ecmaFeatures => parserOptions 2016-02-12 11:36:08 -08:00
Harrison Shoff
dff5099238 [eslint-v2] set es6 env to true 2016-02-12 11:30:11 -08:00
Harrison Shoff
da4213c6dd [eslint-v2] fix no-labels rule 2016-02-12 11:29:20 -08:00
Harrison Shoff
1efb11ca93 [eslint-v2] space-after/before/return/throw/case => keyword-spacing 2016-02-12 11:11:22 -08:00
Harrison Shoff
d49a1ed670 [eslint-v2] no-empty-label => no-labels 2016-02-12 11:10:30 -08:00
Harrison Shoff
1bb72ab9e2 [Deps] update eslint to v2, eslint-plugin-react to v4 2016-02-12 11:09:39 -08:00
Jordan Harband
44cc90f31c Merge pull request #715 from lencioni/sort-comp-statics
[guide] [react] Sort static methods above constructor
2016-02-04 15:26:39 -08:00
Joe Lencioni
e007ec5be9 Sort static methods above constructor for React
I think it makes more sense to put static methods above the constructor
in classes. I would like to update the ESLint configuration to match
this, but it looks like the react/sort-comp rule does not support it
quite yet.

  https://github.com/yannickcr/eslint-plugin-react/issues/128
2016-02-04 11:01:17 -08:00