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
# [4.0.0](v3.7.2...v4.0.0) (2021-10-17)
### Bug Fixes
* bring rule meta data "recommended" into line with the recommend config ([3c4a042](3c4a042))
### chore
* remove deprecated rule: prefer-type-literal ([3a54331](3a54331))
* remove deprecated stylitic ruleset ([2b96760](2b96760))
* update minimum required node version to 12 ([97acb3f](97acb3f))
### Features
* add an off preset ([686b7fe](686b7fe))
* add stylistic rules to lite and recommended rule sets ([b81b4c7](b81b4c7))
* **external-recommended:** update recommended external rules ([353acb3](353acb3))
* **no-return-void:** implicit types are now checked by default ([2adbe14](2adbe14))
* **prefer-tacit:** disable prefer-tacit by default in recommended and lite configs ([6f9204d](6f9204d))
### BREAKING CHANGES
* **no-return-void:** implicit types are now checked by default
* **external-recommended:** update recommended external rules
* rule "prefer-type-literal" has been removed.
* removed stylitic ruleset in favor of stylistic ruleset
* Node ^12.22.0 or ^14.17.0 or >=16.0.0 is now required
* bring rule meta data "recommended" into line with the recommend config ([3c4a042](https://github.com/jonaskello/eslint-plugin-functional/commit/3c4a042767aaccc55b76f42a5a1efb1e4b35d172))
* update minimum required node version to 12 ([97acb3f](https://github.com/jonaskello/eslint-plugin-functional/commit/97acb3fa8fd82a600861637e540cf1d8bf3a7ce3))
17
+
18
+
19
+
### Features
20
+
21
+
* add an off preset ([686b7fe](https://github.com/jonaskello/eslint-plugin-functional/commit/686b7fe581fe6d451c53f3a84d95338f2e1c5ede))
22
+
* add stylistic rules to lite and recommended rule sets ([b81b4c7](https://github.com/jonaskello/eslint-plugin-functional/commit/b81b4c72e86d97768a16e64faedf0b53ffad10d5))
***no-return-void:** implicit types are now checked by default ([2adbe14](https://github.com/jonaskello/eslint-plugin-functional/commit/2adbe14ac4f91e8c49eca59c785ca5ba3cf070a7))
25
+
***prefer-tacit:** disable prefer-tacit by default in recommended and lite configs ([6f9204d](https://github.com/jonaskello/eslint-plugin-functional/commit/6f9204dadaff56ebde5d69c7dbce001a3bd47e94))
26
+
27
+
28
+
### BREAKING CHANGES
29
+
30
+
***no-return-void:** implicit types are now checked by default
0 commit comments