From 4ac4befb5727755db9a08a861bbac61926c1e9cf Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 19 Nov 2018 15:19:19 -0800 Subject: [PATCH] chore: do a little lint cleanup (#53) --- asset/snippets/.eslintrc.yml | 1 + asset/snippets/system-test/.eslintrc.yml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/asset/snippets/.eslintrc.yml b/asset/snippets/.eslintrc.yml index 282535f55f6..0aa37ac630e 100644 --- a/asset/snippets/.eslintrc.yml +++ b/asset/snippets/.eslintrc.yml @@ -1,3 +1,4 @@ --- rules: no-console: off + node/no-missing-require: off diff --git a/asset/snippets/system-test/.eslintrc.yml b/asset/snippets/system-test/.eslintrc.yml index c0289282a68..6db2a46c535 100644 --- a/asset/snippets/system-test/.eslintrc.yml +++ b/asset/snippets/system-test/.eslintrc.yml @@ -1,5 +1,3 @@ --- -rules: - node/no-unpublished-require: off - node/no-unsupported-features: off - no-empty: off +env: + mocha: true