This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
Releases: meteor/eslint-plugin-meteor
Releases · meteor/eslint-plugin-meteor
v3.1.0
v3.0.2
v3.0.1
v3.0.0
v2.2.0
v2.1.0
v2.0.0
<a name"2.0.0">
2.0.0 (2016-03-02)
This release is a clear cut between the previous strategy of ESLint-plugin-Meteor. Previously, the plugin tried to understand where your code will run. This turned out to be hugely complicated while offering little actual benefit. It also made the setup overly complicated.
Going forward, the plugin will be kept simple. It will focus on offering rules which help ensure best practices are being followed.
For v2 most of the documentation has been rewritten. Check out /docs/guides
for information on how to get started.
To get this release out the door, a lot of previously existing API-focued rules have been deleted. They may eventually come back.
Breaking Changes
-
removed core rules
(08b7591a)