```js { "isSupported": function({filepath}){const basename=path.basename(filepath);return basename===".env"||basename.startsWith(".env.")} } ```