Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/flow/eslint.js
2017-10-16 11:19:46 +02:00

13 lines
174 B
JavaScript

/*
* @flow
*/
export type ESLintReport = {
node: any,
message: string,
};
export type ESLintContext = {
options: Array<Object>,
report: (ESLintReport) => void,
};