From 228deb1cc6ab7ea4ffc7425963b1886906eaa355 Mon Sep 17 00:00:00 2001
From: donbot <donbot@robotmafia.io>
Date: Fri, 27 Mar 2020 23:50:03 +0300
Subject: [PATCH] chore: add .eslintrc.js into .npmignore file

NJTG-5
---
 .npmignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.npmignore b/.npmignore
index 7ded859..3b8b1aa 100644
--- a/.npmignore
+++ b/.npmignore
@@ -2,6 +2,6 @@
 lib
 index.ts
 package-lock.json
-tslint.json
 tsconfig.json
-.prettierrc
\ No newline at end of file
+.prettierrc
+.eslintrc.js