diff --git a/.eslintrc b/.eslintrc index 81e9a77880061..3b001e83faedb 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,8 +18,10 @@ }, { "files": [ - "**/actions/**/*.*js", - "**/sources/**/*.*js" + "**/actions/**/*.js", + "**/sources/**/*.js", + "**/actions/**/*.mjs", + "**/sources/**/*.mjs" ], "rules": { "pipedream/required-properties-key": "error", @@ -53,7 +55,8 @@ }, { "files": [ - "**/*.app.*js" + "**/*.app.js", + "**/*.app.mjs" ], "rules": { "pipedream/props-label": "error",