@lark-apaas/fullstack-presets 1.1.20 → 1.1.21-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -22,3 +22,4 @@ Object.defineProperty(exports, "eslintPresetsOfSimple", { enumerable: true, get:
|
|
|
22
22
|
// Stylelint 配置
|
|
23
23
|
var stylelint_2 = require("./simple/recommend/stylelint");
|
|
24
24
|
Object.defineProperty(exports, "stylelintPresetsOfSimple", { enumerable: true, get: function () { return stylelint_2.stylelintPresets; } });
|
|
25
|
+
// SDK upgrade perf test - 2026-05-08
|