File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+
1363.0.0 / 2021-03-22
237==================
338
You can’t perform that action at this time.
0 commit comments