jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Lint Checking #102

Closed shanedell closed 3 years ago

shanedell commented 3 years ago

99

jw3 commented 3 years ago

Linting is great, but we need a better formatter for #99.

Prettier has a VSCode extension, JavaScriptPrettier

jw3 commented 3 years ago

Can set VS Code to format on save, which is ideal for now.

Might want a CI check for formatting too, but that can wait if its not a drop in simple thing to do.

jw3 commented 3 years ago

I was playing around with prettier, will do separate PR