This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Uncaught SyntaxError: Unexpected end of input #17
Labels
Comments
try this /**
* @interface IExerciseDAO
*/
export interface IExerciseDAO extends IAccessSchema {
_id?: string;
name: string;
description: string;
points: number;
difficulty: number;
linesOfCode: ILinesOfCodeDAO;
worldId: string;
image: string;
allowedCommands: string;
plugins: IPluginDAO[];
boards: IBoardDAO[];
images: string[];
permissions: IPermissionsDAO;
} |
I got the same error:
I don't know if it is a coincidence but this error started to pop up after I upgraded Atom to 1.0. |
Is it related to the upcoming linter changes? |
@IMPinball The changes have already happened. |
I noticed that after I replied... |
@k2b6s9j, @IMPinball, @tomitrescak, I threw a quick fix together. I'm still testing but if you could throw it through its paces I deployed 0.4.0 to apm so you can try it. Report issues on #21 |
Installing the latest version of tslint and typescript in my local project, solved the problem |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[Enter steps to reproduce below:]
Atom Version: 1.0.0
System: Mac OS X 10.10.3
Thrown From: linter-tslint package, v0.2.2
Stack Trace
Uncaught SyntaxError: Unexpected end of input
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: