moxystudio / eslint-config

MOXY eslint configuration to be used across several JavaScript projects
MIT License
13 stars 5 forks source link

BREAKING CHANGE: removed exceptions made to indent #83

Closed ritazoliveira closed 4 years ago

ritazoliveira commented 4 years ago

Removed the SwitchCase and MemberExpression indent rule exceptions .

codecov[bot] commented 4 years ago

Codecov Report

Merging #83 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #83   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          23     23           
  Lines          30     30           
=====================================
  Hits           30     30
Impacted Files Coverage Δ
rules/style.js 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a57c05c...c732689. Read the comment docs.

acostalima commented 4 years ago

We should squash into a single commit and add "BREAKING CHANGE" to the commit message body!