eslint-plugin-flow-header
Version:
Check existance of flow header comment.
23 lines (14 loc) • 583 B
JavaScript
/**
* @fileoverview Force flow comment.
* @author Eirikur
*/
;
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
var requireIndex = require("requireindex");
//------------------------------------------------------------------------------
// Plugin Definition
//------------------------------------------------------------------------------
// import all rules in lib/rules
module.exports.rules = requireIndex(__dirname + "/rules");