UNPKG

eslint-config-chain-able

Version:
13 lines (11 loc) 174 B
/* * @flow */ export type ESLintReport = { node: any, message: string, }; export type ESLintContext = { options: Array<Object>, report: (ESLintReport) => void, };