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

feat(ignore): add support for eslint-ignore #24

Merged
merged 1 commit into from Feb 21, 2017

Conversation

kentcdodds
Copy link
Member

Closes #16

BREAKING CHANGE: files matched by an .eslintignore will no longer be formatted by default. Use --no-eslint-ignore to disable this

Closes #16

BREAKING CHANGE: files matched by an `.eslintignore` will no longer be formatted by default. Use `--no-eslint-ignore` to disable this
@codecov-io
Copy link

codecov-io commented Feb 21, 2017

Codecov Report

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

@@          Coverage Diff          @@
##           master    #24   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          67     88   +21     
=====================================
+ Hits           67     88   +21
Impacted Files Coverage Δ
src/format-files.js 100% <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 31e9e92...ce42b4d. Read the comment docs.

@kentcdodds kentcdodds merged commit 7caaf17 into master Feb 21, 2017
@kentcdodds
Copy link
Member Author

Published a beta and tested it on the project that was motivating me to implement this in the first place. Works! Publishing new major version!

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.

None yet

2 participants