From e5bc929e510fe60a4edb2baff7d6561b1a742ea0 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Thu, 25 Mar 2021 22:01:23 +0100 Subject: [PATCH] Added .eslintrc.js to .npmignore --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 0e00a36ac0..fdbc02a99b 100644 --- a/.npmignore +++ b/.npmignore @@ -19,3 +19,4 @@ gulpfile.js .editorconfig .gitattributes .travis.yml +.eslintrc.js