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

fix(eslint-plugin): [array-type] support readonly operator #429

Merged
merged 4 commits into from Apr 24, 2019

Conversation

bradzacher
Copy link
Member

Fixes #428

@bradzacher bradzacher added the bug Something isn't working label Apr 13, 2019
@codecov
Copy link

codecov bot commented Apr 14, 2019

Codecov Report

Merging #429 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #429      +/-   ##
=========================================
+ Coverage   97.09%   97.1%   +<.01%     
=========================================
  Files          77      77              
  Lines        2931    2939       +8     
  Branches      484     488       +4     
=========================================
+ Hits         2846    2854       +8     
  Misses         52      52              
  Partials       33      33
Impacted Files Coverage Δ
packages/typescript-estree/src/tsconfig-parser.ts 90.32% <ø> (ø) ⬆️
packages/typescript-estree/src/semantic-errors.ts 91.66% <ø> (ø) ⬆️
packages/typescript-estree/src/node-utils.ts 98.63% <ø> (ø) ⬆️
...ages/eslint-plugin/src/rules/unified-signatures.ts 97.08% <ø> (ø) ⬆️
packages/eslint-plugin/src/rules/array-type.ts 95.23% <100%> (+0.69%) ⬆️

@JamesHenry JamesHenry merged commit 8e2d2f5 into master Apr 24, 2019
@JamesHenry JamesHenry deleted the readonly-array-type branch April 24, 2019 14:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[array-type] Support fixing readonly modifier (TS 3.4)
2 participants