import noZArray from "./rules/no-z-array.js"; export default { rules: { "no-z-array": noZArray, }, };