Anees Iqbal
|
f45bd1ebc0
|
[eslint config] [*] [fix] fix crash in eslint invocation with TIMING env set
|
2024-10-02 01:14:01 +04:00 |
|
Richard Klees
|
e6080c7bee
|
[readme] add ILIAS to users
|
2023-05-11 17:30:30 +02:00 |
|
“naandalist”
|
b912288e4b
|
[readme] Remove dead URLs
|
2024-09-22 05:00:08 +07:00 |
|
Kim Minh Thắng
|
39b970f702
|
Add Zit Software to In the Wild
Signed-off-by: Kim Minh Thắng <thangved02@gmail.com>
|
2024-09-24 14:42:47 +07:00 |
|
Ngene Arinzechukwu
|
d1705c389e
|
[guide] [css] Added what BEM stands for (Block Element Modifier)
|
2024-02-19 16:47:10 +01:00 |
|
Jordan Harband
|
e6f292286b
|
[eslint config] [*] [deps] update deps
|
2024-09-20 22:39:53 -07:00 |
|
Jordan Harband
|
7a8f568769
|
[eslint config] [patch] add new disabled react rules
|
2024-09-20 22:36:49 -07:00 |
|
Hadi
|
c25bce83be
|
[readme] replace dead link with archive.org link
|
2024-04-07 19:18:29 +01:00 |
|
Riaz
|
f20eca9f64
|
[guide] fix compat table URL
https://kangax.github.io/compat-table/es6/ hit a 404 error,
URL: https://compat-table.github.io/compat-table/es6/
|
2024-03-25 13:00:44 +04:00 |
|
Jordan Harband
|
932951adc2
|
[eslint config] [deps] update eslint-plugin-react
|
2024-03-25 09:31:09 -07:00 |
|
Jordan Harband
|
5f019b1b11
|
[eslint config] [*] [dev deps] update tape
|
2024-03-25 09:28:53 -07:00 |
|
Jordan Harband
|
b23992033c
|
[eslint config] [patch] jsx-a11y/no-redundant-roles: allow nav to have navigation role
|
2024-01-30 10:59:47 -08:00 |
|
Jordan Harband
|
09adc22031
|
[eslint config] [patch] jsx-a11y/no-noninteractive-tabindex: allow expression values
|
2024-01-30 10:59:23 -08:00 |
|
Jordan Harband
|
51a37d0fa5
|
[eslint config] [*] [robustness] cache static builtins
|
2024-01-27 21:02:05 -08:00 |
|
43081j
|
0681a43e0a
|
[eslint config] [*] [refactor] remove object.entries dependency
This removes the `object.entries` package and uses the widely available built-in native `Object.entries`.
|
2024-01-04 19:14:38 +00:00 |
|
Jordan Harband
|
55899b57a6
|
[eslint config] [*] [deps] update deps
|
2024-01-27 21:08:54 -08:00 |
|
Jordan Harband
|
e95b1f2754
|
[eslint config] [base] add new disabled rules
|
2024-01-27 21:07:02 -08:00 |
|
Vahid Mohammadi
|
11ab37144b
|
[eslint config] [base] [patch] Add a message for confusing-browser-globals
|
2023-08-21 15:43:54 +01:00 |
|
savalaram-redkar
|
46ae3e2256
|
[readme] Add Object.hasOwn to section 3.7
|
2023-08-15 20:24:16 +05:30 |
|
hamzahuda
|
cb191776db
|
[readme] correct no-use-before-define justification
The recommendation is to declare the variables, classes and functions before. So the contrasting negative example should say after.
|
2023-08-12 12:19:30 +01:00 |
|
Joe Mornin
|
cda44dad40
|
[guide] Add commas to Truth, Equality, and JavaScript
Co-authored-by: Jordan Harband <ljharb@gmail.com>
|
2023-08-01 09:25:54 -07:00 |
|
Joe Mornin
|
2fc5e2d52c
|
[guide] fix grammar
|
2023-08-02 13:16:48 -07:00 |
|
Jordan Harband
|
749f4c2bd0
|
[eslint config] [deps] update eslint-plugin-react
|
2023-08-05 12:06:55 +12:00 |
|
Jordan Harband
|
4aee38f1e7
|
[eslint config] [*] [deps] update eslint-plugin-import, @babel/runtime, tape
|
2023-08-05 12:05:40 +12:00 |
|
Jordan Harband
|
18a08b862b
|
[Dev Deps] update markdownlint, markdownlint-cli
|
2023-08-05 11:55:23 +12:00 |
|
Khadija-Batool
|
fd77bbebb7
|
[guide] add nullish-coalescing-operator definition
|
2023-07-02 23:51:01 +05:00 |
|
Jordan Harband
|
7916d6f538
|
[guide] Add documentation for no-use-before-define rule under hoisting section
|
2023-05-15 10:21:09 -07:00 |
|
zhesha
|
01f046dc05
|
[guide] added second link to eslint rule for item 7.1
|
2023-05-23 15:10:23 +03:00 |
|
Jordan Harband
|
0f3ca32323
|
[eslint config] [*] [deps] update object.entries
|
2023-05-15 10:21:09 -07:00 |
|
Jordan Harband
|
95b6b43d63
|
[eslint-config] [*] [dev deps] update @babel/runtime
|
2023-05-15 10:20:15 -07:00 |
|
Jordan Harband
|
240a3789db
|
[Dev Deps] update markdownlint, markdownlint-cli
|
2023-05-15 10:19:05 -07:00 |
|
Jordan Harband
|
0e627e2fa3
|
[readme] update eslint plugin repo URLs
|
2023-05-15 10:15:59 -07:00 |
|
Christian Koop
|
7982931ba7
|
[readme] Updates ESLint rule in section 12.3 (exponentiation-operator)
The change itself has already been made in f3d3a075cd
(tracked in/acording to https://github.com/airbnb/javascript/issues/2421#issuecomment-1371305010).
#2421
Remove Math.pow from `no-restricted-properties` and use `prefer-exponentiation-operator` instead.
|
2023-05-02 19:49:09 +02:00 |
|
Felipe Garcia Diaz
|
69fc1bf195
|
spell checking, fixed grammar error.
|
2023-04-28 03:33:28 -04:00 |
|
syedmouaazfarrukh
|
5c01a10949
|
[readme] added JavaScript Roadmap link
|
2023-02-07 11:17:51 -08:00 |
|
Jordan Harband
|
bf536566ce
|
[eslint config] [deps] update eslint-plugin-react, eslint-plugin-jsx-a11y
|
2023-02-08 22:59:18 -08:00 |
|
Jordan Harband
|
917c8d92a3
|
[*] [deps] update eslint-plugin-import
|
2023-02-08 22:19:53 -08:00 |
|
Jordan Harband
|
8091e39343
|
[*] [dev deps] update @babel/runtime, tape
|
2023-02-08 22:11:42 -08:00 |
|
Jordan Harband
|
fd96a4fd57
|
[eslint config] [*] [refactor] use object spread instead of Object.assign
|
2022-12-30 14:48:36 -08:00 |
|
Mustafa UZUN
|
81157eec23
|
[guide] add Object.hasOwn
|
2022-11-17 20:15:09 +03:00 |
|
Mert Can Altın
|
4ef69edc63
|
[Tests] refactor test paths
|
2022-12-04 00:32:01 +03:00 |
|
Mustafa UZUN
|
d601701730
|
[readme] wayback machine, or remove, broken links
|
2022-10-30 02:00:29 +03:00 |
|
Mustafa UZUN
|
49d08a2f13
|
[readme] prefer const/let over var in examples
2.1 Use const for all of your references; avoid using var. eslint: prefer-const, no-const-assign
|
2022-10-29 23:49:43 +03:00 |
|
Pushpendra Pal
|
0d747c6d96
|
[readme] add space before code blocks
|
2022-11-14 04:54:20 +05:30 |
|
Jordan Harband
|
1fb7d76add
|
[eslint config] [patch] add new disabled core rules
|
2022-11-17 13:56:33 -08:00 |
|
Maksim Ploski
|
38f1488918
|
[guide] fix typo in space-before-blocks
|
2022-10-31 21:57:59 +03:00 |
|
Mustafa UZUN
|
c6b1a43c48
|
[guide] rename qux to quux
Fixes #2661
|
2022-10-26 13:44:17 +03:00 |
|
Mustafa UZUN
|
6947138ee3
|
[guide] add comma to the end of the property
|
2022-10-26 16:17:38 +03:00 |
|
Mustafa UZUN
|
6fb4f8e878
|
[guide] add Optional Chaining
|
2022-10-26 00:06:26 +03:00 |
|
Mustafa UZUN
|
ca0ff97f17
|
[guide] add Nullish Coalescing operator
|
2022-10-25 23:26:56 +03:00 |
|