Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Update Eslint config #4

Merged
merged 3 commits into from
Nov 29, 2017
Merged

Update Eslint config #4

merged 3 commits into from
Nov 29, 2017

Conversation

adambrgmn
Copy link
Owner

fix #3

The eslint config will now use babel-eslint as its parser. So that things like class-properties work
out of the box. This commit also adds a couple other things such as env and rules

fix #3
@adambrgmn adambrgmn merged commit ff7d853 into master Nov 29, 2017
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files          21       21           
  Lines         324      324           
  Branches       79       79           
=======================================
  Hits          216      216           
  Misses         80       80           
  Partials       28       28
Impacted Files Coverage Δ
src/config/eslintrc.js 100% <ø> (ø) ⬆️
src/scripts/lint.js 100% <ø> (ø) ⬆️

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 9144e79...231796c. Read the comment docs.

@adambrgmn adambrgmn deleted the develop branch November 29, 2017 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eslint doesn't use babel-eslint parser
2 participants