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: support typescript #213

Merged
merged 5 commits into from
Jun 17, 2020
Merged

feat: support typescript #213

merged 5 commits into from
Jun 17, 2020

Conversation

ricardogobbosouza
Copy link
Collaborator

@ricardogobbosouza ricardogobbosouza commented May 4, 2020

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Resolve #208

Breaking Changes

No

Additional Info

No

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2020

Codecov Report

Merging #213 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #213   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          125       125           
  Branches        27        25    -2     
=========================================
  Hits           125       125           
Impacted Files Coverage Δ
src/getOptions.js 100.00% <ø> (ø)
src/utils.js 100.00% <ø> (ø)
src/LintDirtyModulesPlugin.js 100.00% <100.00%> (ø)
src/StylelintError.js 100.00% <100.00%> (ø)
src/index.js 100.00% <100.00%> (ø)
src/linter.js 100.00% <100.00%> (ø)

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 4da99a2...618b3ea. Read the comment docs.

@ricardogobbosouza ricardogobbosouza marked this pull request as ready for review June 13, 2020 11:27
@ricardogobbosouza
Copy link
Collaborator Author

/cc @evilebottnawi

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, need fix CI problems and you can merge and do release 👍

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.

Support typescript
3 participants