19 lines
555 B
JavaScript
19 lines
555 B
JavaScript
"use strict";
|
|
const require_runtime = require("../_virtual/_rolldown/runtime.js");
|
|
const require_index = require("../utils/index.js");
|
|
//#region lib/rules/dot-location.js
|
|
/**
|
|
* @author Yosuke Ota
|
|
*/
|
|
var require_dot_location = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, module) => {
|
|
const { wrapStylisticOrCoreRule } = require_index.default;
|
|
module.exports = wrapStylisticOrCoreRule("dot-location");
|
|
}));
|
|
//#endregion
|
|
Object.defineProperty(exports, "default", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return require_dot_location();
|
|
}
|
|
});
|