From 426af813b8725bd6a1ed2fe608aadcdfe8a4b711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Thu, 20 Oct 2022 17:44:38 +0200 Subject: [PATCH] Remove leading empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This rule is on its way into the latest Standard ☺️ ref: https://github.com/standard/eslint-config-standard/pull/253 --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 0d62246..e8633ca 100644 --- a/index.js +++ b/index.js @@ -1,2 +1 @@ - module.exports = require('./lib/board-io')