Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
fix(eslint-plugin)!: remove "isTypescriptFile".#594
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fix(eslint-plugin)!: remove "isTypescriptFile".#594
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedJun 6, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ 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
|
@bradzacher Sorry, I considered to pass the CodeCov, but I did not know what to do. Should probably I add some tests? |
packages/eslint-plugin/src/rules/explicit-member-accessibility.ts OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Just the one update, then we can merge this. Thanks@sosukesuzuki! |
Uh oh!
There was an error while loading.Please reload this page.
BREAKING CHANGE
Resolve#524
Remove isTypescriptFile to make some typescript-eslint rules compate with files are not .ts or .tsx(e.g. .vue).