diff --git a/.eslintignore b/.eslintignore index 0979a6c0..b97eebbd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ **/node_modules/** +tools/apigee-edge-to-x-migration-tool/ \ No newline at end of file diff --git a/.eslintrc.yml b/.eslintrc.yml index 3692366a..fbc3e036 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -27,4 +27,4 @@ overrides: rules: no-var: 0 node: 0 - es6: 0 + es6: 0 \ No newline at end of file