JavaScript Style Guide: Enable the use of rest parameters in your JavaScript code, allowing for more flexible function arguments. This change enhances your coding experience by supporting modern JavaScript features.
Improvements
JavaScript Style Guide: Clarify the explanation of the const keyword by avoiding the term "mutate". This helps prevent misconceptions about the immutability of values, making the guide more user-friendly.
JavaScript Style Guide: Enforce a new rule that requires files to end with a single newline character. This ensures consistency and improves code readability across your projects.
Others
Documentation: Remove the mention of babel-eslint as it is no longer needed since version 1.0.0. This keeps the documentation up to date and relevant for users.