standard / ts-standard

Typescript style guide, linter, and formatter using StandardJS
https://www.npmjs.com/package/ts-standard
MIT License
473 stars 36 forks source link

Parsing error: Unexpected token. Class #113

Closed noxcionum closed 3 years ago

noxcionum commented 3 years ago

What version of this package are you using?

What operating system, Node.js, and npm version? WINServer 2016 npm@6.14.6

What happened? When i create new class, a have this error image

and errors highligt is not work

What did you expect to happen?

Are you willing to submit a pull request to fix this bug?

theoludwig commented 3 years ago

As I said in #111, "ts-standard is not related to VSCode, it is only a npm package but it can be used with vscode-standardjs extension.", you're not using ts-standard engine there, but you're using standard. @noxcionum