Skip to content

Commit de1ee93

Browse files
fixing README title
1 parent 6499695 commit de1ee93

File tree

2 files changed

+117
-1
lines changed

2 files changed

+117
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Airbnb JavaScript Style Guide() {
1+
# Airbnb JavaScript Style Guide
22

33
*A mostly reasonable approach to JavaScript*
44



Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
6499695 (HEAD -> master, origin/master, origin/HEAD) [readme] update link to es5 and es6 compat table in readme
2+
f45bd1e [eslint config] [*] [fix] fix crash in eslint invocation with TIMING env set
3+
e6080c7 [readme] add ILIAS to users
4+
b912288 [readme] Remove dead URLs
5+
39b970f Add Zit Software to `In the Wild`
6+
d1705c3 [guide] [css] Added what BEM stands for (Block Element Modifier)
7+
e6f2922 [eslint config] [*] [deps] update deps
8+
7a8f568 [eslint config] [patch] add new disabled react rules
9+
c25bce8 [readme] replace dead link with archive.org link
10+
f20eca9 [guide] fix compat table URL
11+
932951a [eslint config] [deps] update `eslint-plugin-react`
12+
5f019b1 [eslint config] [*] [dev deps] update `tape`
13+
b239920 [eslint config] [patch] `jsx-a11y/no-redundant-roles`: allow `nav` to have `navigation` role
14+
09adc22 [eslint config] [patch] `jsx-a11y/no-noninteractive-tabindex`: allow expression values
15+
51a37d0 [eslint config] [*] [robustness] cache static builtins
16+
0681a43 [eslint config] [*] [refactor] remove `object.entries` dependency
17+
55899b5 [eslint config] [*] [deps] update deps
18+
e95b1f2 [eslint config] [base] add new disabled rules
19+
11ab371 [eslint config] [base] [patch] Add a message for `confusing-browser-globals`
20+
46ae3e2 [readme] Add `Object.hasOwn` to section 3.7
21+
cb19177 [readme] correct no-use-before-define justification
22+
cda44da [guide] Add commas to Truth, Equality, and JavaScript
23+
2fc5e2d [guide] fix grammar
24+
749f4c2 [eslint config] [deps] update `eslint-plugin-react`
25+
4aee38f [eslint config] [*] [deps] update `eslint-plugin-import`, `@babel/runtime`, `tape`
26+
18a08b8 [Dev Deps] update `markdownlint`, `markdownlint-cli`
27+
fd77bbe [guide] add nullish-coalescing-operator definition
28+
7916d6f [guide] Add documentation for `no-use-before-define` rule under hoisting section
29+
01f046d [guide] added second link to eslint rule for item 7.1
30+
0f3ca32 [eslint config] [*] [deps] update `object.entries`
31+
95b6b43 [eslint-config] [*] [dev deps] update `@babel/runtime`
32+
240a378 [Dev Deps] update `markdownlint`, `markdownlint-cli`
33+
0e627e2 [readme] update eslint plugin repo URLs
34+
7982931 [readme] Updates ESLint rule in section 12.3 (exponentiation-operator)
35+
69fc1bf spell checking, fixed grammar error.
36+
5c01a10 [readme] added JavaScript Roadmap link
37+
bf53656 [eslint config] [deps] update `eslint-plugin-react`, `eslint-plugin-jsx-a11y`
38+
917c8d9 [*] [deps] update `eslint-plugin-import`
39+
8091e39 [*] [dev deps] update `@babel/runtime`, `tape`
40+
fd96a4f [eslint config] [*] [refactor] use object spread instead of `Object.assign`
41+
81157ee [guide] add `Object.hasOwn`
42+
4ef69ed [Tests] refactor test paths
43+
d601701 [readme] wayback machine, or remove, broken links
44+
49d08a2 [readme] prefer `const`/`let` over `var` in examples
45+
0d747c6 [readme] add space before code blocks
46+
1fb7d76 [eslint config] [patch] add new disabled core rules
47+
38f1488 [guide] fix typo in `space-before-blocks`
48+
c6b1a43 [guide] rename `qux` to `quux`
49+
6947138 [guide] add comma to the end of the property
50+
6fb4f8e [guide] add Optional Chaining
51+
ca0ff97 [guide] add Nullish Coalescing operator
52+
0b1f623 [editorial] convert example to use single instead of double quotes
53+
7dbb7b1 [eslint config] [base] add disabled `logical-assignment-operators` rule
54+
75a908a [eslint config] [deps] update `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`
55+
f6f63b8 [eslint config] [*] [deps] update `object.assign`
56+
866f441 [eslint config] [*] update `@babel/runtime`, `tape`
57+
5143a7a [Dev Deps] update `markdownlint`, `markdownlint-cli`
58+
3cbf96d [eslint config] [base] `no-alert`: add TODO comment
59+
5155aa5 [eslint config] [base] disable the deprecated `no-spaced-func` rule
60+
cbf9ade [guide] Added period to 4.4 for formatting consistency.
61+
206d25b [eslint config] [deps] update `eslint-plugin-react`
62+
a0e9405 [eslint config] [*] [dev deps] update `@babel/runtime`
63+
42c0e2e Fix typo in eslint-config-airbnb-base changelog
64+
7fdc87a [guide] fix eslint core rule URLs
65+
1677ba6 [eslint config] [meta] update eslint-plugin-react repo URLs
66+
7c0f28a [eslint config] [deps] update `@babel/runtime`, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `tape`
67+
fd2f5a1 [eslint config] [base] [deps] update `@babel/runtime`, `confusing-browser-globals`, `eslint-find-rules`, `eslint-plugin-import`, `tape`
68+
b4377fb [meta] better `eclint` command
69+
34b5bc3 [meta] revert changes from d4e39c9b10767cc77c7d0091f2eae06a6ccfc33e
70+
d4e39c9 v19.0.4
71+
baaa5e8 [eslint config] v19.0.3
72+
274c8d5 [eslint config] [patch] set `namedComponents` option to match style guide
73+
38bc026 [eslint config] [base] add disabled `prefer-object-has-own` rule
74+
445322d [eslint config] [deps] update `eslint-plugin-react`
75+
152bd5e [eslint config] v19.0.2
76+
afc2cc3 [eslint config] [meta] fix "exports" path
77+
371537f [Tests] re-enable tests disabled for the eslint 8 upgrade
78+
c05ffb2 [eslint config] v19.0.1
79+
97a3238 [eslint config] [deps] update `eslint-plugin-react`
80+
e0bb393 [eslint config] [*] [dev deps] update `tape`
81+
c4000b9 [eslint config] [fix] `whitespace`: udpate to support eslint 8
82+
31c6f21 [eslint config] [base] [refactor] make a single source of truth for whitespace rule names
83+
91cab81 [readme] operator => parameter syntax
84+
d8cb404 [eslint config] [base] remove unneeded eslint version check
85+
52e710c [eslint config] v19.0.0
86+
1bc8cab [eslint config] [breaking] support `eslint` 8; drop `eslint` < 7
87+
37ebbba [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `safe-publish-latest`
88+
930a6f2 [eslint config] [*] update `@babel/runtime`, `eslint-plugin-import`
89+
366bfa6 [eslint config] [base] v15.0.0
90+
f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8
91+
eac8cc6 [eslint config] [base] [breaking] add `exports`
92+
be6966b [eslint-config] [meta] add `--no-save` to link scripts
93+
4fc997b [readme] some updates
94+
96f11d8 [actions] run prepublishOnly in prepublish tests
95+
c12a08c [actions] fix action working directories
96+
10a6d02 [meta] use `prepublishOnly` script for npm 7+
97+
ef6c478 [eslint config] [*] [dev deps] update `@babel/runtime`
98+
6734b78 [eslint config] [*] [deps] update `eslint-plugin-import`, `object.entries`
99+
fdc812a [Docs] HTTP => HTTPS
100+
8aec65a Merge pull request #2491 from airbnb/travis
101+
ea5b991 [Tests] migrate tests to Github Actions
102+
2a6bec1 [eslint config] [base] [patch] Improve `function-paren-newline` with `multiline-arguments` option
103+
82dbec3 [guide] Fix 14.1 Temporal Dead Zones link
104+
1227882 [eslint config] clarify hooks requirement
105+
4ee7326 [eslint-config-airbnb] [patch] Explain why `react/jsx-key` is turned off
106+
7fbed3b [eslint-config-airbnb] [deps] update `eslint-plugin-react`
107+
30927d2 [*] [deps] update `@babel/runtime`, `eslint-plugin-import`, `tape`
108+
f5c14ca [readme] fixed typo and removed redundancy
109+
428c9dd [*] [deps] update `@babel/runtime`, `eslint-plugin-import`, `eslint-plugin-react`
110+
af8bdf1 [*] [deps] update `object.entries`
111+
d5d406a [readme] add AloPeyk to "in the wild"
112+
35914b1 [guide] Spread operator => Spread syntax
113+
1fb4592 [guide] add references for eslint rules
114+
5641278 [editorial] add `var` info to `let`/`const` section
115+
dc3af3a [eslint config] [base] update default value for complexity
116+
1eadb93 [eslint confi

0 commit comments

Comments
 (0)