import * as utils from "../utils"; import { base } from "./base"; export const consistentArrayTypeName = utils.wrapRule({ rule: base["no-restricted-syntax"], options: [ { message: 'Prefer array type name to end with "s" or "Array" suffix', selector: "TSTypeAliasDeclaration > Identifier[name=/(?