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