I am trying to make a contribution to the hacksquad website but I cannot get past husky. I am using a conventional commit but getting the following error and would appreciate if someone knows how to interpret what is wrong: ```
Oops! Something went wrong! :(
ESLint: 8.23.0
Error: Cannot read config file: C:\Users\squig\Documents\Hacktober\2022\hacksquad-website\node_modules\eslint-config-airbnb\whitespace.js
Error: Command failed: C:\Users\squig\Documents\Hacktober\2022\hacksquad-website\node_modules\eslint-config-airbnb\whitespace-async.js
Referenced from: C:\Users\squig\Documents\Hacktober\2022\hacksquad-website.eslintrc.js
at checkExecSyncError (node:child_process:828:11)
at execSync (node:child_process:899:15)
at Object.<anonymous> (C:\Users\squig\Documents\Hacktober\2022\hacksquad-website\node_modules\eslint-config-airbnb\whitespace.js:54:38)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at Object.module.exports [as default] (C:\Users\squig\Documents\Hacktober\2022\hacksquad-website\node_modules\import-fresh\index.js:32:59)
husky - pre-commit hook exited with code 1 (error) ```