UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

22 lines (21 loc) 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var ColumnHeaderRole = { relatedConcepts: [{ module: 'ARIA', concept: { name: 'columnheader' } }, { module: 'HTML', concept: { name: 'th' } }], type: 'widget' }; var _default = ColumnHeaderRole; exports["default"] = _default;