Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@dferber90 dferber90 released this 02 Mar 16:57

<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