UNPKG

@codeque/eslint-plugin

Version:

Create custom ESLint rules based on code samples. Utilizing CodeQue - structural code search engine.

12 lines (11 loc) 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rules = void 0; const lintCode_1 = require("./lintCode"); exports.rules = { error: (0, lintCode_1.createLintCode)('problem'), warning: (0, lintCode_1.createLintCode)('suggestion'), }; module.exports = { rules: exports.rules, };