atom / archive-view

Open compressed files in Atom
MIT License
31 stars 32 forks source link

👕Pin linter to standard v11 #67

Closed jasonrudolph closed 6 years ago

jasonrudolph commented 6 years ago

Description of the Change

Prior to this change, this package depended on the latest version of standard. standard 12 was recently released, and it introduced changes to the linter rules. As a result, the latest commit on master passed CI when it was first pushed to this repository 3 months ago, but it fails CI now due to the changes in standard 12.

In https://github.com/atom/styleguide/pull/70#issuecomment-422128831, we decided to stick with the linter rules from standard 11 for now. Therefore, this pull request updates this package to depend on standard 11.

Alternate Designs

See https://github.com/atom/styleguide/pull/70#issuecomment-422128831

Benefits

Fixes CI.

Possible Drawbacks

See https://github.com/atom/styleguide/pull/70#issuecomment-422128831