UNPKG

eslint-config-lemon

Version:

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

13 lines (12 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getImplicitRoleForArticle; /** * Returns the implicit role for an article tag. */ function getImplicitRoleForArticle() { return 'article'; } module.exports = exports.default;