From 8c2938f1f9b2cd96002484f850f2a53df4f437bd Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 11 Jan 2022 01:34:27 +0100 Subject: [PATCH] Fix linting. --- build-avatars.js | 1 + 1 file changed, 1 insertion(+) 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')