Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ESLint directly #231

Merged
merged 3 commits into from
Aug 5, 2017
Merged

Use ESLint directly #231

merged 3 commits into from
Aug 5, 2017

Conversation

emmatown
Copy link
Member

@emmatown emmatown commented Aug 5, 2017

What:

Use ESLint directly with eslint-config-standard, eslint-config-standard-react, eslint-config-prettier and eslint-plugin-prettier.

Why:

So that if code isn't in Prettier's style Travis fails. This also only requires people to have a single editor plugin.

How:

Checklist:

  • Documentation N/A
  • Tests N/A
  • Code complete

@emmatown emmatown requested a review from tkh44 August 5, 2017 03:01
@tkh44 tkh44 merged commit b9e7662 into master Aug 5, 2017
@tkh44 tkh44 deleted the eslint branch August 5, 2017 03:02
@codecov-io
Copy link

codecov-io commented Aug 5, 2017

Codecov Report

Merging #231 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   90.31%   90.31%           
=======================================
  Files          20       20           
  Lines         971      971           
  Branches      263      263           
=======================================
  Hits          877      877           
  Misses         76       76           
  Partials       18       18
Impacted Files Coverage Δ
src/sheet.js 61.19% <ø> (ø) ⬆️
src/inline.js 100% <ø> (ø) ⬆️
src/hash.js 100% <ø> (ø) ⬆️
src/ast-object.js 89.13% <ø> (ø) ⬆️
...lamor/CSSPropertyOperations/dangerousStyleValue.js 88.88% <ø> (ø) ⬆️
src/parser.js 95% <ø> (ø) ⬆️
src/utils.js 71.42% <ø> (ø) ⬆️
src/server.js 100% <ø> (ø) ⬆️
src/css-prop.js 100% <ø> (ø) ⬆️
src/babel-utils.js 100% <ø> (ø) ⬆️
... and 8 more

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 b55050c...3920f61. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants