ESLint 0.22.0 released We just pushed ESLint 0.22.0, which is a minor release upgrade. This release includes new features and bug fixes. Highlights This is a summary of the major changes you need to know about for this version of ESLint. New Rules We added 3 new rules to ESLint this release: lines-around-comment - Enforces empty lines around comments (off by default) accessor-pairs - Enforces gett

