eslint-plugin-miniprogram
Version:
eslint plugin for mini programs
69 lines • 1.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BUILD_IN_COMPONENTS = [
// framework
"template",
"slot",
"block",
// built-in
"movable-view",
"cover-image",
"cover-view",
"movable-area",
"scroll-view",
"swiper",
"swiper-item",
"view",
"icon",
"progress",
"rich-text",
"text",
"button",
"checkbox",
"checkbox-group",
"editor",
"form",
"input",
"label",
"picker",
"picker-view",
"picker-view-column",
"radio",
"radio-group",
"slider",
"switch",
"textarea",
"functional-page-navigator",
"navigator",
"audio",
"camera",
"image",
"live-player",
"live-pusher",
"video",
"map",
"canvas",
"ad",
"official-account",
"open-data",
"web-view"
];
exports.ValidKeys = new Set([
"component",
"usingComponents",
"componentGenerics",
"navigationBarBackgroundColor",
"navigationBarTextStyle",
"navigationBarTitleText",
"navigationStyle",
"backgroundColor",
"backgroundTextStyle",
"backgroundColorTop",
"backgroundColorBottom",
"enablePullDownRefresh",
"onReachBottomDistance",
"pageOrientation",
"disableSwipeBack",
"disableScroll"
]);
//# sourceMappingURL=index.js.map