module.exports = { rules: { 'restrict-import-depth': require('./restrict-import-depth'), 'check-path-alias': require('./check-path-alias'), }, };