From bc9acd355a09eafa76a48dbe03c7c88909285bc9 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Mon, 4 Jun 2018 13:34:02 -0700 Subject: [PATCH] fix(lint): exempt built files (#3024) --- .eslintignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 32bb882d2..4ca69cb10 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,4 @@ -test/e2e/support/error/under-test.js \ No newline at end of file +test/e2e/support/error/under-test.js +static/karma.js +static/context.js +tmp/*