From a5efc2c78d11f20b6fa38993103e1f7bf077bf56 Mon Sep 17 00:00:00 2001 From: David Birks Date: Fri, 1 Oct 2021 09:26:45 -0400 Subject: [PATCH] fix: Remove space from .eslintignore filename Just something small I noticed. Doesn't seem to make a difference when linting though, for some reason. Maybe one of the other eslint configs we're extending is excluding node_modules already. Not sure. --- . eslintignore => .eslintignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename . eslintignore => .eslintignore (100%) diff --git a/. eslintignore b/.eslintignore similarity index 100% rename from . eslintignore rename to .eslintignore