Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
What code were you trying to parse?
import{app,ipcMain}from'electron';
What did you expect to happen?
No error on the first line of code
What actually happened?
Received an error statingParsing error: not implemented
Versions
package | version |
---|---|
@typescript-eslint/parser | 2.24.0 |
TypeScript | 3.2.2 |
ESLint | ^6.8.0 |
node | 12.6.1 |
npm | 6.13.4 |
When I manually pin my@typescript-eslint/parser
dependency to2.23.0
that error no longer happens and eslint uses the rules in the project's.eslintrc.json
. If necessary I can post the debug log in a gist.