Commit Graph

  • 1917968acb Add missing closing paren in HOC guideline Joe Lencioni 2016-07-27 09:50:49 -07:00
  • 0165c13845 [eslint config] [*] [docs] Added subshell to usage commands and converted samples to the three backtick markdown syntax with language specifier for highlighting. James Glover 2016-07-27 17:39:29 +10:00
  • 4c8f78921f Add guideline for displayName in higher-order components Joe Lencioni 2016-07-26 16:49:18 -07:00
  • eea5f0f5f5 [eslint config] [base] no-unused-expressions: flesh out options Jordan Harband 2016-07-25 12:39:31 -07:00
  • 1fb300c6c7 [eslint config] [base] v5.0.0 eslint-config-airbnb-base-v5.0.0 Jordan Harband 2016-07-24 09:55:44 -07:00
  • 616233c8b2 [eslint config] [base] [breaking] enable no-unexpected-multiline rule Jordan Harband 2016-07-24 09:51:50 -07:00
  • bbfb9600dc [eslint config] [*] [deps] update babel-tape-runner, add babel-preset-airbnb Jordan Harband 2016-07-23 21:28:04 -07:00
  • da3eb59b39 Merge pull request #961 from idugcoal/master Joe Lencioni 2016-07-23 12:55:46 -07:00
  • 892128366a change 'conjunctions' to 'contractions' Doug Cole 2016-07-23 11:53:45 -07:00
  • 9d598c3563 [eslint config] [base] [breaking] enable more overlooked rules: Jordan Harband 2016-07-22 15:40:00 -07:00
  • 4921e03a7b [eslint config] [base] [breaking] enable import/newline-after-import Jordan Harband 2016-07-14 21:27:37 -07:00
  • df8627d72f [eslint config] [*] [tests] fix prepublish scripts. Jordan Harband 2016-07-19 13:57:42 -07:00
  • 3594ee94ac [eslint config] [*] [docs] forgot “—save-dev” in 623dc44bb9 Jordan Harband 2016-07-19 10:33:29 -07:00
  • 623dc44bb9 [eslint config] [*] [docs] update the peer dep install command to dynamically look up the right version numbers when installing peer deps. Jordan Harband 2016-07-19 10:31:40 -07:00
  • ca9c322790 [eslint config] [base] [breaking] enable overlooked rules: Jordan Harband 2016-07-14 22:00:07 -07:00
  • 762177eb3b [eslint config] [base] [deps] update eslint, eslint-find-rules, eslint-plugin-import Jordan Harband 2016-07-18 14:27:26 -07:00
  • 2504e0f85c [eslint config] [base] Fleshing out defaults. Jordan Harband 2016-07-14 21:40:05 -07:00
  • 385fc9effe Merge pull request #955 from ronal2do/master Jordan Harband 2016-07-18 14:47:38 -07:00
  • 723e12a87d Airbnb React/JSX Style Guide translation for PT-BR Your NameRonaldo 2016-07-18 18:20:32 -03:00
  • 97da7b65c6 Airbnb React/JSX Style Guide translation for PT-br Your NameRonaldo 2016-07-18 18:17:59 -03:00
  • abcc0c681e Capitalize all comments in react.js Kenny Tran 2016-07-15 11:14:22 -07:00
  • 325f8ba72f [eslint config] [base] v4.0.2 eslint-config-airbnb-base-v4.0.2 Jordan Harband 2016-07-14 22:33:27 -07:00
  • 6039804cc3 [eslint config] [base] [fix] repair accidental comma-dangle change. Jordan Harband 2016-07-14 22:28:38 -07:00
  • af594687be [eslint config] [base] v4.0.1 eslint-config-airbnb-base-v4.0.1 Jordan Harband 2016-07-14 21:36:31 -07:00
  • 5f02a6f98f [eslint config] [base] [deps] update eslint-plugin-import Jordan Harband 2016-07-14 21:36:07 -07:00
  • b352ec6a4a [eslint config] [base] [fix] Prevent trailing commas in the legacy config. Jordan Harband 2016-07-11 23:37:51 -07:00
  • a9bfee01cd [guide] Add link to eol-last rule. Jordan Harband 2016-07-09 09:10:28 -07:00
  • 3ad2404974 Added link to Mozilla documentation on Function.bind Luke Libraro 2016-07-07 15:45:21 -05:00
  • 7fb8b03714 Document for-in restricted usage Cédric Malard 2016-07-06 17:00:42 +02:00
  • 7816731d4d Allow importing devDependencies in tests Joe Lencioni 2016-07-05 10:11:18 -07:00
  • 6db1af173c [eslint config] [*] [Tests] stop testing < node 4. Jordan Harband 2016-07-05 13:07:41 -07:00
  • 339861022e [eslint config] [base] v4.0.0 eslint-config-airbnb-base-v4.0.0 Jordan Harband 2016-07-02 08:56:05 -07:00
  • b3a02ae982 [eslint config] [breaking] [base] update eslint to v3 Jordan Harband 2016-07-02 08:54:05 -07:00
  • d282e059b1 Add import/no-restricted-paths to imports rules Joe Lencioni 2016-07-05 10:04:28 -07:00
  • 82629f126d [eslint config] [base] [Deps] update eslint-plugin-import, tape, eslint-find-rules Jordan Harband 2016-07-02 08:53:21 -07:00
  • b45fdcd60f [eslint config] [base] add some import plugin settings Jordan Harband 2016-06-21 10:08:26 -07:00
  • 1f87054e4b [eslint config] [base] [patch] newline-per-chained-call: bump the limit to 4. Jordan Harband 2016-06-21 16:55:13 -07:00
  • 9028379f87 [eslint config] [base] [breaking] re-disable import/extensions rule Jordan Harband 2016-06-20 23:48:28 -07:00
  • c9bcc7ef36 Remove leading underscores for private properties Cédric Malard 2016-07-05 18:30:44 +02:00
  • 17b773e613 Merge pull request #902 from KevinGrandon/no_string_refs Jordan Harband 2016-06-28 10:43:42 -07:00
  • 36d1561596 Prevent using string refs. Kevin Grandon 2016-06-03 11:30:24 -07:00
  • 34a9f076df Minor typo: "coxcomb graph" v/s "coxcomb chart" Shreevatsa 2016-06-23 10:58:12 -07:00
  • 28a04a3a45 [docs] Clear up “confusing arrows” example. Jordan Harband 2016-06-21 22:41:03 -07:00
  • a597da56ca [eslint config] [base] [breaking] enable rest-spread-spacing rule Jordan Harband 2016-06-20 17:59:03 -07:00
  • d0973e8e36 [eslint config] [base] add TODO for object-curly-newline. Jordan Harband 2016-06-20 17:58:36 -07:00
  • 622a3bc1ab [eslint config] [base] [breaking] re-disable newline-after-import Jordan Harband 2016-06-20 16:11:24 -07:00
  • 51f9b0450c [eslint config] [base] [breaking] enable import rules: newline-after-import, prefer-default-export Jordan Harband 2016-06-20 15:53:26 -07:00
  • ee2cb41ec4 [eslint config] [base] [breaking] enable no-mixed-operators rule. Jordan Harband 2016-06-20 15:52:05 -07:00
  • 6980cce17f [eslint config] [base] [breaking] enable import rules: - no-named-as-default - no-named-as-default-member - no-extraneous-dependencies - extensions Jordan Harband 2016-06-20 14:32:19 -07:00
  • 5651e607f3 [eslint config] [base] [breaking] enable object-property-newline rule Jordan Harband 2016-06-20 14:31:26 -07:00
  • 001efc722c [eslint config] [base] update eslint Jordan Harband 2016-06-20 13:34:03 -07:00
  • 04138345ad Update README.md Michael Clawar 2016-06-19 15:47:02 -04:00
  • 343dc2c34a Remove parens around single argument in React example Anton Backer 2016-06-17 15:23:36 -07:00
  • 0afde8f136 [eslint config] [base] [deps] update eslint Jordan Harband 2016-06-17 16:03:03 -07:00
  • 0814be638f [eslint config] [base] [deps] update eslint, eslint-find-rules Jordan Harband 2016-06-16 22:44:35 -07:00
  • 22f59b6e1b Adding link korean translation hunyong-song 2016-06-16 10:20:03 +09:00
  • defa17e872 Added Syzygy Warsaw Andrzej Duś 2016-06-15 11:25:19 +02:00
  • 90f5a47c33 Updated deprecated Japanese translation link. Caleb 2016-06-13 19:15:19 +10:00
  • b4c49e9ec7 Merge pull request #909 from pietraszekl/patch-1 Harrison Shoff 2016-06-12 00:16:34 -07:00
  • 29eb575a52 Adding link polish translation Lukasz Pietraszek 2016-06-11 09:39:03 +01:00
  • f41b4df024 [eslint config] [base] [breaking] enable no-prototype-builtins rule. Jordan Harband 2016-06-04 18:14:02 -07:00
  • 4700d99864 [eslint config] [base] [breaking] enable no-useless-rename rule Jordan Harband 2016-06-04 18:00:02 -07:00
  • d9cb343b51 [eslint config] [base] [breaking] enable unicode-bom rule Jordan Harband 2016-06-04 17:58:25 -07:00
  • ab4baf457e [eslint config] [base] [deps] update eslint, eslint-plugin-import Jordan Harband 2016-06-04 17:41:41 -07:00
  • 89cfa0b81c [eslint config] [*] use in-publish because coffeescript screwed up the prepublish script for everyone Jordan Harband 2016-06-04 17:38:41 -07:00
  • eb76edea32 [eslint config] [*] [tests] Only run eslint-find-rules on prepublish, not in tests. Jordan Harband 2016-06-04 17:29:47 -07:00
  • 3fb9db5a74 fixing broken link Wesley 2016-06-04 15:17:00 -07:00
  • 267eec57c6 Fix invalid code snippet in 23.2. Ross Kirsling 2016-06-02 10:24:30 -07:00
  • d97d62a2ff Fix react dev dep version Simen Bekkhus 2016-06-01 10:04:07 +02:00
  • 1db5522888 Fix typo mifi 2016-05-26 22:54:27 +02:00
  • c247fd754b Avoid using an array index as key prop, prefer unique ID Alanna Scott 2016-05-25 12:07:36 -07:00
  • 4c4210f23d Remove trailing whitespace. Jordan Harband 2016-05-25 18:19:19 +02:00
  • 199a0a700d Add DoSomething.org to the list of organizations in README Sergii Tkachenko 2016-05-25 17:33:09 +03:00
  • a8839173cc add chinese simplified for React/JSX style guide Jason 2016-05-25 16:50:37 +08:00
  • b6e4b72fc2 [eslint config] [*] [deps] update eslint, eslint-plugin-jsx-a11y. ensure react is >= 13.0.0 Jordan Harband 2016-05-21 22:11:20 +02:00
  • 429339ee37 [eslint config] [*] fix quoting of rule properties. Jordan Harband 2016-05-18 19:47:45 -07:00
  • 8e125fa07c [eslint config] [base] [breaking] Enforce proper generator star spacing. Jordan Harband 2016-05-17 21:27:10 -07:00
  • 312cd01a95 [eslint config] [base] quotes: Use object option form rather than deprecated string form. Jordan Harband 2016-05-17 13:50:12 -07:00
  • 43ccc3fe11 Enable imports/imports-first rule Joe Lencioni 2016-05-16 11:26:29 -07:00
  • e32079d6c4 Merge pull request #881 from akai/re-order-rules Jordan Harband 2016-05-16 22:40:38 -05:00
  • 34ccf905d6 [eslint config] [base] [breaking] migrate import's settings/rules to a separate file. akai 2016-05-17 01:10:00 +08:00
  • 3948eb66d6 [eslint config] [base] [breaking] re-order rules akai 2016-05-16 23:28:20 +08:00
  • 10f4dd88aa [eslint config] [base] [patch] object-shorthand: do not warn when the concise form would have a string literal as a name. Jordan Harband 2016-05-15 21:43:40 -05:00
  • 7a8083795d [eslint config] [base] [patch] Loosen prefer-const to not warn when the variable is “read” before being assigned to. Jordan Harband 2016-05-15 21:42:45 -05:00
  • 8d6d227848 [eslint config] [*] [tests] Even though the base config may not be up to date in the main package, let’s npm link the base package into the main one for the sake of travis-ci tests. Jordan Harband 2016-05-15 20:56:54 -05:00
  • 638b312b6c [eslint config] [base] update eslint Jordan Harband 2016-05-15 21:14:59 -05:00
  • 4ac8aed126 Prepare to enable react-a11y rules Joe Lencioni 2016-05-13 09:48:18 -07:00
  • c7faa91328 [eslint config] [tests] Even though the base config may not be up to date in the main package, let’s npm link the base package into the main one for the sake of travis-ci tests. Jordan Harband 2016-05-12 17:36:27 -05:00
  • 788fb2297a [eslint config] [*] [deps] update eslint-plugin-import Jordan Harband 2016-05-12 17:28:57 -05:00
  • d68a067f2b Prepare to enable import/prefer-default-export Joe Lencioni 2016-05-12 12:01:15 -07:00
  • 5acae06653 Add whitespace between rules Joe Lencioni 2016-05-12 11:43:53 -07:00
  • db732788e7 [eslint config] [react] [patch] loosen jsx-pascal-case rule to allow all caps component names Jordan Harband 2016-05-09 15:41:52 -07:00
  • d25a199c56 [eslint config] [deps] update eslint-config-airbnb-base, eslint-plugin-react Jordan Harband 2016-05-09 15:40:46 -07:00
  • b660d4cc3f Add semicolon in arrow functions section Felipe Vargas 2016-05-08 17:54:54 -04:00
  • 03c5a1f955 [eslint config] v9.0.1 eslint-config-airbnb-v9.0.1 Jordan Harband 2016-05-08 14:57:25 -07:00
  • d95dc3d500 [eslint config] [base] v3.0.1 eslint-config-airbnb-base-v3.0.1 Jordan Harband 2016-05-08 14:55:42 -07:00
  • be5c90a417 [docs] Array.from, not Array#from Jordan Harband 2016-05-08 14:54:14 -07:00
  • 56a524a47e [eslint config] [base] [patch] re-disable no-extra-parens Jordan Harband 2016-05-08 14:53:24 -07:00
  • ba5d9f0cd7 add links to resources on mdn Alejandro Oviedo 2016-05-08 11:33:58 -03:00
  • 330169d15e [eslint config] v9.0.0 eslint-config-airbnb-v9.0.0 Jordan Harband 2016-05-07 10:39:47 -07:00