UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

8 lines (6 loc) 162 B
import { head, branch } from "../lib/git.js"; export default { configuration(options) { return { commit: head(options), branch: branch(options) }; }, };