dvsa / dvsa-lambda-starter

A starting pattern for AWS lambda in Typescript
MIT License
5 stars 4 forks source link

Add EditorConfig support for consistent IDE styling #56

Closed JoshuaLicense closed 3 years ago

JoshuaLicense commented 3 years ago

Description

Add EditorConfig for consistent styling across IDEs (decoupling from VSCode).

Also adds config so that VSCode will recommend ESLint + EditorConfig extensions in VSCode (to be a better transition). JetBeans has EditorConfig natively included in most flavours.

Type of change

Checklist:

sdh100shaun commented 3 years ago

TIL .. not come across this but looks good to me