We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af73ed6 commit fe34da8Copy full SHA for fe34da8
tools/lint-js.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
const rulesDirs = ['tools/eslint-rules'];
4
-const extensions = ['.js', '.md'];
+const extensions = ['.js', '.mjs', '.md'];
5
// This is the maximum number of files to be linted per worker at any given time
6
const maxWorkload = 60;
7
0 commit comments