@lark-apaas/fullstack-presets 1.1.21-alpha.0 → 1.1.21-alpha.1
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
CHANGED
|
@@ -22,4 +22,3 @@ 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
|
|
@@ -208,12 +208,6 @@ const baseConfig = {
|
|
|
208
208
|
message: "Importing from 'next/link' is prohibited. Please use the `Link` component from 'react-router-dom' for navigation.",
|
|
209
209
|
},
|
|
210
210
|
],
|
|
211
|
-
patterns: [
|
|
212
|
-
{
|
|
213
|
-
group: ['antd/es/table', 'antd/es/table/*', 'antd/lib/table', 'antd/lib/table/*'],
|
|
214
|
-
message: "Importing Table from 'antd' is prohibited. Please use '@lark-apaas/client-toolkit/antd-table' instead.",
|
|
215
|
-
},
|
|
216
|
-
],
|
|
217
211
|
},
|
|
218
212
|
],
|
|
219
213
|
'no-restricted-syntax': [
|