/** * Azure-specific lint rules for chant projects */ export { hardcodedLocationRule } from "./hardcoded-location"; export { storageHttpsRule } from "./storage-https"; export { nsgWildcardRule } from "./nsg-wildcard";