diff options
-rw-r--r-- | tools/lint-js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint-js.js b/tools/lint-js.js index 30ff2d313c..4ddbe228d1 100644 --- a/tools/lint-js.js +++ b/tools/lint-js.js @@ -1,7 +1,7 @@ 'use strict'; const rulesDirs = ['tools/eslint-rules']; -const extensions = ['.js', '.md']; +const extensions = ['.js', '.mjs', '.md']; // This is the maximum number of files to be linted per worker at any given time const maxWorkload = 60; |