apiaryio / Paw-APIBlueprintImporter

Paw extension to import API Blueprint
https://paw.cloud/extensions/APIBlueprintImporter
MIT License
9 stars 6 forks source link

Add compatibility with older JavaScriptCore (and also follow our JS style guide) #36

Closed kylef closed 5 years ago

kylef commented 5 years ago

This PR is in two parts, first commit I have introduced eslint with our standard rules (except I have disabled the restricted syntax rule). The second commit enables the restricted syntax rule which prevents for-of which ultimately solves compatibility with older JavaScriptCore (#27). I knew this wasn't permitted with our rules so I enabled eslint to prevent us using for-of in future too.