UNPKG

smh-eslint-rules

Version:

EsLint Plugin to standard rules for javascript, typescript without limitation of the frameworks ( react, angular, node etc )

9 lines (8 loc) 377 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.noCommentedJsx = void 0; const no_commented_jsx_1 = __importDefault(require("./no-commented-jsx")); exports.noCommentedJsx = no_commented_jsx_1.default;