You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Removed
13
13
14
+
## [4.0.0] - 2018-06-23
15
+
### Added
16
+
Added two new rules from ESLint v5.0.0.
17
+
*[max-classes-per-file](https://eslint.org/docs/rules/max-classes-per-file) - Using default of one class per file.
18
+
*[max-lines-per-function](https://eslint.org/docs/rules/max-lines-per-function) - Using defaults. (Ignored for test files.)
19
+
20
+
Added older rule based on new options in ESLint v5.0.0
21
+
*[array-element-newline](https://eslint.org/docs/rules/array-element-newline) - Set to `consistent`, which requires consistent usage of linebreaks between array elements. (Ignored for test files.)
0 commit comments