Skip to content

Commit c077488

Browse files
authored
Merge pull request #55 from htmlacademy/feature/update-changelog
Update changelog for v.4.0.0
2 parents 19c53f5 + bf30fe9 commit c077488

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
4.0.0 / 2021-05-24
2+
==================
3+
4+
* add new rules for Vanila JS:
5+
* `no-template-curly-in-string`
6+
* `accessor-pairs`
7+
* `curly`
8+
* `eqeqeq`
9+
* `no-alert`
10+
* `no-useless-concat`
11+
* `no-useless-return`
12+
* `radix`
13+
* `strict`
14+
* `no-shadow`
15+
* `no-use-before-define`
16+
* `camelcase`
17+
* `id-length`
18+
* `lines-between-class-members`
19+
* `no-nested-ternary`
20+
* `no-unneeded-ternary`
21+
* `arrow-body-style`
22+
* `prefer-template`
23+
24+
* add configuration for projects that use react and add the following rules:
25+
* `react/no-access-state-in-setstate`
26+
* `react/no-array-index-key`
27+
* `react/no-unused-prop-types`
28+
* `react/jsx-boolean-value`
29+
* `react/jsx-closing-bracket-location`
30+
* `react/jsx-closing-tag-location`
31+
* `react/jsx-curly-newline`
32+
* `react/jsx-no-useless-fragment`
33+
* `react/function-component-definition`
34+
* `react/jsx-wrap-multilines`
35+
136
3.0.0 / 2021-03-22
237
==================
338

0 commit comments

Comments
 (0)