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