UNPKG
@sourcegraph/stylelint-plugin-sourcegraph
Version:
latest (1.0.1)
1.0.1
Custom stylelint rules for Sourcegraph
github.com/sourcegraph/codemod
sourcegraph/codemod
@sourcegraph/stylelint-plugin-sourcegraph
/
dist
/
utils
/
index.js
6 lines
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); (
0
, tslib_1.
__exportStar
)(
require
(
"./createPlugin"
),
exports
); (
0
, tslib_1.
__exportStar
)(
require
(
"./validators"
),
exports
);
//# sourceMappingURL=index.js.map