UNPKG

smh-eslint-rules

Version:

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

8 lines (7 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = void 0; const functions_1 = require("./functions"); exports.rules = { "no-commented-jsx": functions_1.noCommentedJsx };