From 35f940ab7e09af51af5836664f15f5182fdf2497 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sun, 6 Oct 2019 22:33:44 +0200 Subject: [PATCH] config: add out folder to ignore list of eslint --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index a84c935..96a5ee8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ node_modules src/**/*.js test/**/*.js frontend +out