From fbd076c2208e2caa84db2c43cd115fcd10b9f954 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos <164563464+y2lucas@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:33:10 -0300 Subject: [PATCH 1/2] testes --- css-in-javascript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-in-javascript/README.md b/css-in-javascript/README.md index 2e6ab68a1b..edeeb5b771 100644 --- a/css-in-javascript/README.md +++ b/css-in-javascript/README.md @@ -1,4 +1,4 @@ -# Airbnb CSS-in-JavaScript Style Guide +# Airbnb CSS-in-JavaScript Style Guide() *A mostly reasonable approach to CSS-in-JavaScript* From 6ee74be3351bc74649f13986f88b0f31430fdd41 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos <164563464+y2lucas@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:34:05 -0300 Subject: [PATCH 2/2] ssa --- cls | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 cls diff --git a/cls b/cls new file mode 100644 index 0000000000..73bae6566b --- /dev/null +++ b/cls @@ -0,0 +1,330 @@ +11f986f (HEAD -> master, origin/master, origin/HEAD) [eslint config] [deps] update `eslint-plugin-react-hooks` +6499695 [readme] update link to es5 and es6 compat table in readme +f45bd1e [eslint config] [*] [fix] fix crash in eslint invocation with TIMING env set +e6080c7 [readme] add ILIAS to users +b912288 [readme] Remove dead URLs +39b970f Add Zit Software to `In the Wild` +d1705c3 [guide] [css] Added what BEM stands for (Block Element Modifier) +e6f2922 [eslint config] [*] [deps] update deps +7a8f568 [eslint config] [patch] add new disabled react rules +c25bce8 [readme] replace dead link with archive.org link +f20eca9 [guide] fix compat table URL +932951a [eslint config] [deps] update `eslint-plugin-react` +5f019b1 [eslint config] [*] [dev deps] update `tape` +b239920 [eslint config] [patch] `jsx-a11y/no-redundant-roles`: allow `nav` to have `navigation` role +09adc22 [eslint config] [patch] `jsx-a11y/no-noninteractive-tabindex`: allow expression values +51a37d0 [eslint config] [*] [robustness] cache static builtins +0681a43 [eslint config] [*] [refactor] remove `object.entries` dependency +55899b5 [eslint config] [*] [deps] update deps +e95b1f2 [eslint config] [base] add new disabled rules +11ab371 [eslint config] [base] [patch] Add a message for `confusing-browser-globals` +46ae3e2 [readme] Add `Object.hasOwn` to section 3.7 +cb19177 [readme] correct no-use-before-define justification +cda44da [guide] Add commas to Truth, Equality, and JavaScript +2fc5e2d [guide] fix grammar +749f4c2 [eslint config] [deps] update `eslint-plugin-react` +4aee38f [eslint config] [*] [deps] update `eslint-plugin-import`, `@babel/runtime`, `tape` +18a08b8 [Dev Deps] update `markdownlint`, `markdownlint-cli` +fd77bbe [guide] add nullish-coalescing-operator definition +7916d6f [guide] Add documentation for `no-use-before-define` rule under hoisting section +01f046d [guide] added second link to eslint rule for item 7.1 +0f3ca32 [eslint config] [*] [deps] update `object.entries` +95b6b43 [eslint-config] [*] [dev deps] update `@babel/runtime` +240a378 [Dev Deps] update `markdownlint`, `markdownlint-cli` +0e627e2 [readme] update eslint plugin repo URLs +7982931 [readme] Updates ESLint rule in section 12.3 (exponentiation-operator) +69fc1bf spell checking, fixed grammar error. +5c01a10 [readme] added JavaScript Roadmap link +bf53656 [eslint config] [deps] update `eslint-plugin-react`, `eslint-plugin-jsx-a11y` +917c8d9 [*] [deps] update `eslint-plugin-import` +8091e39 [*] [dev deps] update `@babel/runtime`, `tape` +fd96a4f [eslint config] [*] [refactor] use object spread instead of `Object.assign` +81157ee [guide] add `Object.hasOwn` +4ef69ed [Tests] refactor test paths +d601701 [readme] wayback machine, or remove, broken links +49d08a2 [readme] prefer `const`/`let` over `var` in examples +0d747c6 [readme] add space before code blocks +1fb7d76 [eslint config] [patch] add new disabled core rules +38f1488 [guide] fix typo in `space-before-blocks` +c6b1a43 [guide] rename `qux` to `quux` +6947138 [guide] add comma to the end of the property +6fb4f8e [guide] add Optional Chaining +ca0ff97 [guide] add Nullish Coalescing operator +0b1f623 [editorial] convert example to use single instead of double quotes +7dbb7b1 [eslint config] [base] add disabled `logical-assignment-operators` rule +75a908a [eslint config] [deps] update `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks` +f6f63b8 [eslint config] [*] [deps] update `object.assign` +866f441 [eslint config] [*] update `@babel/runtime`, `tape` +5143a7a [Dev Deps] update `markdownlint`, `markdownlint-cli` +3cbf96d [eslint config] [base] `no-alert`: add TODO comment +5155aa5 [eslint config] [base] disable the deprecated `no-spaced-func` rule +cbf9ade [guide] Added period to 4.4 for formatting consistency. +206d25b [eslint config] [deps] update `eslint-plugin-react` +a0e9405 [eslint config] [*] [dev deps] update `@babel/runtime` +42c0e2e Fix typo in eslint-config-airbnb-base changelog +7fdc87a [guide] fix eslint core rule URLs +1677ba6 [eslint config] [meta] update eslint-plugin-react repo URLs +7c0f28a [eslint config] [deps] update `@babel/runtime`, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `tape` +fd2f5a1 [eslint config] [base] [deps] update `@babel/runtime`, `confusing-browser-globals`, `eslint-find-rules`, `eslint-plugin-import`, `tape` +b4377fb [meta] better `eclint` command +34b5bc3 [meta] revert changes from d4e39c9b10767cc77c7d0091f2eae06a6ccfc33e +d4e39c9 v19.0.4 +baaa5e8 [eslint config] v19.0.3 +274c8d5 [eslint config] [patch] set `namedComponents` option to match style guide +38bc026 [eslint config] [base] add disabled `prefer-object-has-own` rule +445322d [eslint config] [deps] update `eslint-plugin-react` +152bd5e [eslint config] v19.0.2 +afc2cc3 [eslint config] [meta] fix "exports" path +371537f [Tests] re-enable tests disabled for the eslint 8 upgrade +c05ffb2 [eslint config] v19.0.1 +97a3238 [eslint config] [deps] update `eslint-plugin-react` +e0bb393 [eslint config] [*] [dev deps] update `tape` +c4000b9 [eslint config] [fix] `whitespace`: udpate to support eslint 8 +31c6f21 [eslint config] [base] [refactor] make a single source of truth for whitespace rule names +91cab81 [readme] operator => parameter syntax +d8cb404 [eslint config] [base] remove unneeded eslint version check +52e710c [eslint config] v19.0.0 +1bc8cab [eslint config] [breaking] support `eslint` 8; drop `eslint` < 7 +37ebbba [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `safe-publish-latest` +930a6f2 [eslint config] [*] update `@babel/runtime`, `eslint-plugin-import` +366bfa6 [eslint config] [base] v15.0.0 +f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8 +eac8cc6 [eslint config] [base] [breaking] add `exports` +be6966b [eslint-config] [meta] add `--no-save` to link scripts +4fc997b [readme] some updates +96f11d8 [actions] run prepublishOnly in prepublish tests +c12a08c [actions] fix action working directories +10a6d02 [meta] use `prepublishOnly` script for npm 7+ +ef6c478 [eslint config] [*] [dev deps] update `@babel/runtime` +6734b78 [eslint config] [*] [deps] update `eslint-plugin-import`, `object.entries` +fdc812a [Docs] HTTP => HTTPS +8aec65a Merge pull request #2491 from airbnb/travis +ea5b991 [Tests] migrate tests to Github Actions +2a6bec1 [eslint config] [base] [patch] Improve `function-paren-newline` with `multiline-arguments` option +82dbec3 [guide] Fix 14.1 Temporal Dead Zones link +1227882 [eslint config] clarify hooks requirement +4ee7326 [eslint-config-airbnb] [patch] Explain why `react/jsx-key` is turned off +7fbed3b [eslint-config-airbnb] [deps] update `eslint-plugin-react` +30927d2 [*] [deps] update `@babel/runtime`, `eslint-plugin-import`, `tape` +f5c14ca [readme] fixed typo and removed redundancy +428c9dd [*] [deps] update `@babel/runtime`, `eslint-plugin-import`, `eslint-plugin-react` +af8bdf1 [*] [deps] update `object.entries` +d5d406a [readme] add AloPeyk to "in the wild" +35914b1 [guide] Spread operator => Spread syntax +1fb4592 [guide] add references for eslint rules +5641278 [editorial] add `var` info to `let`/`const` section +dc3af3a [eslint config] [base] update default value for complexity +1eadb93 [eslint config] [fix] bump eslint-plugin-react-hooks peer dependency version +0cf78ac [guide] Fix 19.6 example code +730b749 [eslint config] [patch] Alphabetize the rules for react-a11y.js +4d83764 [eslint config] [deps] update `eslint-plugin-react` +1b540ba [*] [dev deps] update `tape` +711aeb6 [editorial] Complete 19.6 example code (cut in the middle) +9c18110 [meta] Fix typo in .markdownlint.json +ea5ec0c [readme] removed dead links - 404 not found +db8b6ce [eslint config] update `eslint-plugin-react`, add new rules, disabled +b9ff0ae [eslint-config] [base] add disabled `no-unsafe-optional-chaining` rule +fb3214c [*] [deps] update `object.entries` +66cd156 [*] [dev deps] update `tape` +63098cb [eslint config] [base] [patch] arthmetic -> arithmetic +1f786e1 [eslint config] [base] [patch] fix spelling of "than" +5620bd5 [eslint config] [base] add `no-nonoctal-decimal-escape` rule +f0df3a8 [eslint config] [base] `import/no-extraneous-dependencies`: Add .eslintrc.js to devDeps +37d48db [eslint config] v18.2.1 +e5de51e [eslint config] [patch] re-add `jsx-a11y/accessible-emoji`, but disabled +eee79a5 [eslint config] [deps] update `eslint-plugin-jsx-a11y`, `eslint-plugin-react` +b7015dd [eslint config] [deps] update `eslint-config-airbnb-base` +36f23d7 [eslint config] [base] v14.2.1 +e149b05 [eslint config] [*] [deps] update `confusing-browser-globals`, `object.assign` +f0492d5 [eslint config] [*] [dev deps] update `@babel/runtime`, `eslint-find-rules`, `eslint-plugin-import` +25b64d7 [dev deps] update `markdownlint`, `markdownlint-cli` +8996aa7 [eslint config] [patch] remove deprecated `jsx-a11y/accessible-emoji` rule +05c3bb0 [eslint config] [patch] Fix ignoreNonDOM typo in jsx-a11y/aria-role rule +d3c7b84 [eslint config] [patch] Fixed `handle` and `on` ordering in `sort-comp` rule +b30b0e4 [eslint-config] [base] `no-restricted-globals`: add better messages +2c5c88d [guide] Update reason for preferring object destructuring +ee2f22a [guide] Better link reference to Drupal's linter +aa43bb2 [guide] add explanation about why to use radix when using parseInt +82170f9 [guide] add eslint rule reference for `prefer-object-spread` +5ebfe3e [guide] add eslint rule reference for `default-param-last` +337f607 [guide] Fix grammatical errors +6006d6d [guide] fix dead es-discourse link +a24dc34 [guide] [react] Add examples for formatting multiline conditional components +1dc71d3 [guide] [react] add missing PascalCase guidance for prop names +973384b [eslint config] [*] [dev deps] update `@babel/runtime`, `eslint-find-rules`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react` +3dcc591 [eslint config] [base] add `id-denylist` rule +c5bee75 [eslint config] [*] [deps] update `eslint-plugin-import`, use valid `import/no-cycle` `maxDepth` option +5124de2 [eslint config] [base] add new rules from v7.3 +5495541 [eslint config] v18.2.0 +197b50c [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y` +f550ded [eslint config] [tests] fix for eslint 7 +562e351 [Dev Deps] update `markdownlint`, `markdownlint-cli` +78457af [eslint config] [base] v14.2.0 +5b462a0 [eslint config] [*] [new] add `eslint` `v7` +22adc06 [eslint config] [minor] Allow using `eslint-plugin-react-hooks` v3 and v4 +fe2e451 [Tests] add `node` `v14`; remove `v9`, `v11` +b587006 [eslint config] [*] [deps] update `eslint-plugin-import` +8aee3e1 [eslint config] [base] [patch] Include 'context' exception for `no-param-reassign` +cad3db3 [eslint config] [base] [minor] Disallow multiple empty lines +7aa0fa1 [eslint config] [*] [deps] update `eslint-plugin-import`, `eslint-plugin-react`, `babel-preset-airbnb`, `eslint-find-rules`, `in-publish`, `tape` +d34f807 [Deps] update `object.entries` +c48a060 [eslint config] [patch] set `explicitSpread` to ignore for `react/jsx-props-no-spreading` +06b3ab1 [eslint config] [minor] Fix typo in no-multiple-empty-lines rule +c0ee2c4 [guide] unquote properties in whitespace key spacing section +e4f3dd4 [react] Update Chinese (Simplified) Translation +0375265 [eslint config] [base] [patch] Allow triple-slash (///) comments +d3628e2 [eslint config] [base] [patch] Disable `prefer-object-spread` for `airbnb-base/legacy` +f075a0d [eslint config] [patch] relax `eslint-plugin-react-hooks` down to v2.3, due to a controversial change in v2.5 +d529cca [eslint config] readme: fix typo +a3355f9 [eslint config] v18.1.0 +e7062c3 [eslint config] [deps] update `eslint-config-airbnb-base` +c75b66d [eslint config] [base] v14.1.0 +e279b6d [eslint config] [*] [deps] update `eslint`, `eslint-plugin-react`, `eslint-plugin-react-hooks` +6924bd3 [Dev Deps] update `@babel/runtime` +165af9b [Tests] actually run the linter on subpackages +e6e6414 [guide] Add link to eslint rule for https://github.com/airbnb/javascript#modules--multiline-imports-over-newlines +717ba51 [guide]: add "bigint" type to the primitives type section. +9890b40 guide: import/extensions rule documentation +3493b06 [eslint config] [minor] Support eslint-plugin-react-hooks@2 +019e0f7 [eslint config] add config for disabled new rules +41ca203 [Dev Deps] update `markdownlint-cli` +651280e [eslint config] [base] Fix indentation with JSX Fragments +f86f19c [eslint config] [*] [deps] update `eslint-plugin-import`, `eslint-plugin-react` +4df9080 [eslint config] [*] [dev deps] update `@babel/runtime`, `babel-preset-airbnb`, `safe-publish-latest`, `tape` +377fbca [eslint config] [*] [deps] update `object.entries` +6d05dd8 [eslint config] [*] [readme] normalize multiline word according to merriam-webster +b5954c3 [eslint config] [base] [deps] [minor] add new disabled rules, update eslint +370793b [eslint-config] [*] [fix] `whitespace`: only set erroring rules to "warn" +2e3adc9 [eslint config] [base] [patch] `import/no-extraneous-dependencies`: Support karma config files +5927c7f [guide] fix possible typo +56b75dc [guide] Document `class-methods-use-this` +64b965e [guide] Fix Temporal dead zone link anchor +3fb312f [eslint config] [patch] Add `static-variables` to `sort-comp` rule +8f78e1f [tests] re-enable eslint rule `prefer-destructuring` internally +5a32c33 [eslint config] [base] [minor] enable `import/no-useless-path-segments` for commonjs +df2c99c [tests] fix eslint errors from c66cfc3 +ab72ab9 [eslint config] [patch] Remove duplicate `componentDidCatch` +dee4f17 [eslint config] [base] add new rules in eslint 6.x, disabled +c66cfc3 [eslint config] [deps] update `eslint-plugin-react` +8c94d53 [eslint config] [*] [dev deps] update `@babel/runtime`, `babel-preset-airbnb`, `safe-publish-latest` +79047a9 [eslint config] [base] [deps] update `confusing-browser-globals` +7932a52 Added Tomify and Traitify to the organizations +1ca21ab [eslint config] clarify hooks section in readme +295d1e6 [guide] clean up confusing example from bad rebase +a204cdf [eslint config] v18.0.1 +5302784 [eslint config] [patch] `react/state-in-constructor`: fix incorrect configuration +bdba997 [eslint config] v18.0.0 +1e0a696 [eslint config] [breaking] disable `label-has-for`; enable `control-has-associated-label` +73f71d9 [eslint config] [breaking] enable `react/jsx-props-no-spreading` +089022a [eslint config] [minor] enable `react/static-property-placement` +7f5a658 [eslint config] [minor] enable `react/state-in-constructor` +25075b5 [eslint config] [minor] enable `react/jsx-curly-newline` +a23f93e [eslint config] [breaking] enable `react/jsx-fragments` +b447768 [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react` +b05573c [eslint config] [base] v14.0.0 +e6f591f [Dev Deps] update babel-related deps to latest +282ef9e [eslint config] [base] [breaking] `no-self-assign`: enable `props` option +d490ee1 [eslint config] [base] [breaking] enable `no-useless-catch` +08f8093 [eslint config] [base] [breaking] enable `max-classes-per-file` +d03a712 [eslint config] [base] [breaking] enable `no-misleading-character-class` +f0c767f [eslint config] [base] [breaking] enable `no-async-promise-executor` +88e71e6 [eslint config] [base] [breaking] enable `prefer-object-spread` +11ede40 [eslint config] [base] [breaking] `func-name-matching`: enable `considerPropertyDescriptor` option +e257dee [eslint config] [base] [patch] `camelcase`: enable ignoreDestructuring +6b5922c [eslint config] [breaking] set react version to "detect" +a490005 [react] event handlers should not return values +bb011c2 [eslint config] [base] [patch] Add markers to spaced-comment block for Flow types +8148bfc [eslint config] [base] [patch] Do not prefer destructuring for object assignment expression +19e9ce3 [eslint config] [base] [breaking] `padded-blocks`: enable `allowSingleLineBlocks` option +61c7ae6 [eslint config] Add missing/unsafe lifecycle methods to react/sort-comp rule +8c686ea [eslint config] add componentDidCatch to lifecycle for react/sort-comp +a344d6c [guide] [eslint config] [base] [breaking] `no-multiple-empty-lines`: Restrict empty lines at beginning of file +2160a77 [eslint config] [breaking] [react] add `react-hooks` plugin +ad0c44c [eslint config] Remove rules/strict from 'extends' +42c647f [eslint config] [base] [breaking] Set 'strict' to 'never' +b96341f [eslint config] [base] [breaking] legacy: Enable 'strict' +f6acb78 [guide] [eslint config] [base] [breaking] Simplifies `no-mixed-operators` +820745d [guide] [eslint config] [base] [breaking] Require parens for arrow function args +8eacf24 [eslint config] [*] [breaking] add eslint v6, drop eslint v4 +3b18fea [Tests] only run tests in non-lint per-package travis job +945c62f [Tests] on `node` `v12` +820ccf7 [eslint config] [*] [tests] use `eclint` instead of `editorconfig-tools` +792bb56 [eslint config] [*] update `eslint-find-rules`, `eslint-plugin-import` +6c0a884 [guide] fix dead jsperf links +030e23b [guide] Fix npm package has usage example +036612e [inthewile] Add Happeo to users list +6a50516 [eslint config] [meta] add disabled config for new react and a11y rules +21493ad [eslint config] [base] [deps] update `confusing-browser-globals`, `eslint-plugin-import`, `tape`, `babel-preset-airbnb` +873f302 [eslint config] v17.1.1 +7ea44cf [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-plugin-jsx-a11y`, `babel-preset-airbnb`, `tape` +9fbe07f [eslint-config] [base] v13.2.0 +a9a83d9 [guide] add link to new version of Google Style Guide +76ff7c7 [editorial] [docs] correct JavaScript capitalization +4539dbc [guide] remove redundant spaces +19701d4 [inthewild] Add Coeur d'Alene Tribe +1310ade [eslint config] [base] [patch] Ignore property modifications of `staticContext` params +5cd011d [eslint config] [base] [deps] update `eslint-plugin-import` +117d4fc [Tests] fix issue with eslint dev deps +4474666 [guide] remove extra blank line +60b96d3 [guide] Add a 19.9 bullet in a Whitespace section +b85baea [eslint config] [base] [meta] add disabled `prefer-named-capture-group` rule +be07f7a [guide] [react] add more context about arrow functions, as props and in class fields +495a62a [guide] fix example 4.7 for arrays method callbacks +da0cf08 [Tests] on `node` `v11` +a71c2d1 [eslint config] add disabled `jsx-fragments` rule +834d717 [eslint config] [*] [deps] update `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `tape` +8694a87 [eslint config] [react] [patch] Turn off `react/no-multi-comp` +4f15da6 [eslint config] [*] [readme] Improve eslint config setup instructions for yarn +6ef45d4 [guide] make "good" example match "bad" example more closely +96f95fa [eslint config] [base] [patch] `no-extraneous-dependencies`: Add jest.setup.js to devDeps +ebe9682 Merge branch 'master' into translation-proposal +d78af39 Merge pull request #1996 from remcohaszing/redux-devtools-extension-compose +d8256fc [eslint config] [*] [deps] update `object.entries`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react` +25f11fb [eslint config] [patch] extend `no-underscore-dangle` to allow for redux dev tools in the main config instead +1439ebe [editorial] [react] fix typo +b6c56cb [eslint config] [base] [patch] Allow use of `__REDUX_DEVTOOLS_EXTENSION_COMPOSE__` +955f4e9 Vietnamese translation +95286eb [guide] [react] add note about `forbid-prop-types` rule +070e620 [Dev Deps] update `markdownlint-cli` +387755e [meta] add disabled `no-useless-catch` config +218c4fe [eslint config] [base] [fix] disable `no-var` in legacy entry point +80920a0 Add Terra to README list +5d25a2e capitalize means first letter uppercase, the rest lowercase +064e3bf :) conflicting with rule 8.2 :D +ffe4fe9 [guide] Clarify wording +69e3437 Examples more consistent with the guidline +6ece1f5 Added NullDev +0d6d854 [17.2] Added second anchor https://github.com/airbnb/javascript/pull/1960 +21b65e9 [eslint config] [base] [deps] Switch to confusing-browser-globals +74deb81 [editorial] Improve conciseness of README.md +41a13e8 [19.16] changed Enforce to avoid +03a0734 Add UrbanSim to organizations list +24da5bb [doc] add eslint rule references in react guide +924dfb2 [doc] add eslint rule reference for `no-prototype-builtins` +9af5ee8 Updated wording of variable--one-const rule +32a7bf4 :pencil2: fix docs for whitespace config +02b4eea [guide] update to a better Chinese translation +e7ffd44 Update .markdownlint.json +17e0454 [eslint config] [base] [minor] Enforce dangling underscores in method names +b8b2a0b Add Pier1 to the organization list +48448a8 [guide] [react] Explain use of ID over key right on page +5443d03 [guide] Consistently use curly quotes instead of straight quotes in prose +fcfd378 Fix outdated link to Airbnb's Neutrino preset +d774b89 Merge pull request #1898 from kevinweber/react/props--unnecessary-props +ced1cb3 List bad example first to be consistent +685f37b [eslint config] v17.1.0 +9a52676 [eslint config] [patch] re-enabling `jsx-one-expression-per-line` allowing single children, ignore DOM components on `jsx-no-bind`; re-enable `restructuring-assignment` +152b914 [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react` +45326cc [eslint-config-airbnb-base] v13.1.0 +dfb70d6 [*] [deps] update `eslint-plugin-import`, `safe-publish-latest` +32a674d [eslint config] [*] [deps] update `eslint`, `babel-preset-airbnb`, `eslint-plugin-jsx-a11y` +a12dec9 [guide] [react] boolean in jsx alignment +b6a268f [eslint config] [react] disable two buggy rules, temporarily +96317f8 [guide] fix anchor tag in README.md +a510095 [eslint config] [*] [new] add eslint v5 support +2037fd8 [Tests] link eslint from the base config as well +7dda84a [eslint config] [deps] [minor] update `jsx-a11y` plugin; enable `label-has-associated-control` rule +5d1f4b9 [guide] Updated Arrays Section +fe8de59 [eslint-config] [*] [docs] :pencil2: fix typo in Readme +77fdae6 Add Cerner to In The Wild +27e5e20 [eslint config] [base] [new] update base ecmaVersion to 2018; remov \ No newline at end of file