UNPKG

@sourcegraph/stylelint-plugin-sourcegraph

Version:

Custom stylelint rules for Sourcegraph

6 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const filenames_match_regex_1 = require("./rules/filenames-match-regex/filenames-match-regex"); const no_restricted_imports_1 = require("./rules/no-restricted-imports/no-restricted-imports"); exports.default = [filenames_match_regex_1.filenameMatchRegexRule, no_restricted_imports_1.noRestrictedImports]; //# sourceMappingURL=index.js.map