You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What did you expect to happen?
From what I could gather from #74 , I should be able to get Linted with no Errors
What happened?
1:11 error 'Iwhen' is not defined no-undef
3:4 error 'config' is not defined no-undef
3:20 error 'thenFunc' is not defined no-undef
4:3 error '_eventHandlers' is not defined no-undef
5:3 error '_attributeHandlers' is not defined no-undef
6:3 error '_propertyListeners' is not defined no-undef
7:3 error '_mutationObserver' is not defined no-undef
7:22 error 'MutationObserver' is not defined no-undef
The text was updated successfully, but these errors were encountered:
@gaurav21r I appreciate the enthusiasm, but please note what it says on the readme:
Reporting Bugs
Do not file bugs about ESLint rule failures. This is expected because ESLint doesn't know anything about TypeScript syntax. It's likely that many ESLint rules will have failures as a result. Longer-term, it's likely we'll need to create a custom set of ESLint rules that are TypeScript-specific.
Bugs should be filed for:
TypeScript syntax that fails to parse.
TypeScript syntax that produces an unexpected AST.
We are still very far away from having all ESLint rules work, and from having ESLint know how to interpret TypeScript-specific syntax.
What version of TypeScript are you using? 1.8.10
What version of
typescript-eslint-parser
are you using? 0.2.0What code were you trying to parse?
.eslintrc
What did you expect to happen?
From what I could gather from #74 , I should be able to get Linted with no Errors
What happened?
The text was updated successfully, but these errors were encountered: