diff --git a/.lintstagedrc.js b/.lintstagedrc.js
--- a/.lintstagedrc.js
+++ b/.lintstagedrc.js
@@ -4,7 +4,7 @@
 const cli = new CLIEngine({});
 
 module.exports = {
-  '*.{js,mjs}': function eslint(files) {
+  '*.{js,mjs,cjs}': function eslint(files) {
     // This logic is likely broken and needs to be updated. see ENG-1011
     return (
       'eslint --cache --fix --max-warnings=0 ' +