Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/flow/eslint.js

13 lines
174 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
/*
* @flow
*/
export type ESLintReport = {
node: any,
message: string,
};
export type ESLintContext = {
options: Array<Object>,
report: (ESLintReport) => void,
};