diff --git a/automl/snippets/.eslintrc.yml b/automl/snippets/.eslintrc.yml deleted file mode 100644 index 282535f55f6..00000000000 --- a/automl/snippets/.eslintrc.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -rules: - no-console: off diff --git a/automl/snippets/system-test/.eslintrc.yml b/automl/snippets/system-test/.eslintrc.yml deleted file mode 100644 index c0289282a68..00000000000 --- a/automl/snippets/system-test/.eslintrc.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -rules: - node/no-unpublished-require: off - node/no-unsupported-features: off - no-empty: off