From 6792e75c7fe56fdb006b5fe311b5fe052f62afdd Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 21 Sep 2016 14:57:33 +0200 Subject: [PATCH] add dist-client to .eslintignore --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 74a07acc20..0b1b7762af 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,6 +5,7 @@ website/build/ website/transpiled-babel/ website/common/transpiled-babel/ dist/ +dist-client/ # Not linted migrations/*