/** * @file This file exports all the flavours of configurations for this ESLint plugin. */ import recommended from "./recommended"; export default { recommended, };