Releases: HubSpotWebTeam/wt-eslint-browser
Releases · HubSpotWebTeam/wt-eslint-browser
v3.0.2
v3.0.1
Minor change to env vars in cypress config
v3.0.0
- Note that this is a breaking change.
- With this change, we can specify cypress base urls in just the .ci/config file and if they exist, then they will be used in the cypress tests. This is a change that will require updates to the project’s .ci/config.yml as well as cypress.config file. The operations team will upgrade each project to this version; consult with the team before upgrading to this version.
v2.1.6
Summary of Changes 📋
- disable the
import/prefer-default-export
rule, as precursor to eventually enabling theimport/no-default-export
rule
v2.1.5
v2.1.4
What's Changed
- Bugfix/maintenance update by @darkmavis1980 in #26
- Bugfix/fix issue with devbase url config by @TyStelmach in #27
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Summary of Changes 📋
- chore: update dependencies
- chore: update cypress dependencies
v2.1.2
Summary of Changes 📋
- fix: Sets the
media-feature-range-notation
rule to produce a warning instead of an error. This is temporary and will be removed at a later date (tbd).
v2.1.1
Changes
- fix: Add missing
@else
to at-rule-no-unknown ignoreAtRules array
v2.1.0
Summary of Changes 📋
- updated dependencies
- removed deprecated style-lint rules no longer supported in v16