BrianMacIntosh/alexa-skill-test-framework

Editorconfig does not match the code style

Closed this issue · 0 comments

The code style of the index.js differs from the JavaScript standard but is not reflected in the editorconfig. So the automatic reformat of IDE changes the whole file.

I think there are two options:

  1. Write an editorconfig to reflect the style of the index.js
  2. Change the index.js to default JavaScript code style (Preferred)

Any comments on this topic?