diff --git a/build-avatars.js b/build-avatars.js index e3ed681a..489f6724 100755 --- a/build-avatars.js +++ b/build-avatars.js @@ -1,4 +1,5 @@ #!/bin/node +/* eslint-env es6 */ const sharp = require('sharp') const path = require('path')