8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
BREAKING CHANGE
Resolve #524
Remove isTypescriptFile to make some typescript-eslint rules compate with files are not .ts or .tsx(e.g. .vue).
Sorry, something went wrong.
fix(eslint-plugin): modify to don't use 'isTypescriptFile' in rules
913de4c
fix(eslint-plugin): remove 'isTypescriptFile' from util
4569e6c
Merging #594 into master will increase coverage by 0.03%. The diff coverage is 80%.
0.03%
80%
@@ Coverage Diff @@ ## master #594 +/- ## ========================================== + Coverage 94.41% 94.45% +0.03% ========================================== Files 113 113 Lines 4711 4705 -6 Branches 1293 1288 -5 ========================================== - Hits 4448 4444 -4 Misses 150 150 + Partials 113 111 -2
84.21% <ø> (+3.25%)
100% <100%> (ø)
89.58% <78.94%> (+1.34%)
fix(eslint-plugin): add test for parameter properties
595013b
@bradzacher Sorry, I considered to pass the CodeCov, but I did not know what to do. Should probably I add some tests?
Just the one update, then we can merge this. Thanks @sosukesuzuki!
fix(eslint-plugin): remove unnecessary comment
601159d
Merge branch 'master' into remove-istypescriptfile
bb4d316
stale
5b00bd3
4933ade
JamesHenry JamesHenry approved these changes
bradzacher bradzacher approved these changes
Successfully merging this pull request may close these issues.