Skip to content

Commit

Permalink
Allow solution to use ESNext by extending skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskurzeja committed Jul 12, 2021
1 parent 1a4f00d commit 568d62b
Show file tree
Hide file tree
Showing 4 changed files with 16,002 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ the exercise is designed for you to showcase your skills and to demonstrate how
## Prerequisites
We would ask that you have [docker compose](https://docs.docker.com/compose/install/) installed and that you choose an
appropriate IDE to implement your solution.

If you wish to use ESNext when writing your custom block, we would ask that you have `npm` installed.

## Implementation
The custom block can be either implemented using ES5 or ESNext depending on which syntax you are more comfortable with.
This skeleton has the scripts required to use ESNext but please use whichever you are more comfortable with.
Loading

0 comments on commit 568d62b

Please sign in to comment.