@bamboocss/eslint-plugin 1.31.0 → 1.32.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/dist/index.cjs +2 -4
- package/dist/index.mjs +2 -4
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -8,7 +8,7 @@ require("@typescript-eslint/utils/ts-eslint");
|
|
|
8
8
|
let _bamboocss_shared = require("@bamboocss/shared");
|
|
9
9
|
//#region package.json
|
|
10
10
|
var name = "@bamboocss/eslint-plugin";
|
|
11
|
-
var version = "1.
|
|
11
|
+
var version = "1.32.0";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/utils/index.ts
|
|
14
14
|
const createRule = _typescript_eslint_utils.ESLintUtils.RuleCreator((name) => `https://github.com/gajus/bamboocss/blob/main/packages/eslint-plugin/docs/rules/${name}.md`);
|
|
@@ -333,15 +333,13 @@ const CONFIG_FUNCTIONS = new Set([
|
|
|
333
333
|
"defineConfig",
|
|
334
334
|
"defineGlobalStyles",
|
|
335
335
|
"defineKeyframes",
|
|
336
|
-
"
|
|
337
|
-
"defineParts",
|
|
336
|
+
"defineMixins",
|
|
338
337
|
"definePattern",
|
|
339
338
|
"definePreset",
|
|
340
339
|
"defineRecipe",
|
|
341
340
|
"defineSemanticTokens",
|
|
342
341
|
"defineSlotRecipe",
|
|
343
342
|
"defineStyles",
|
|
344
|
-
"defineTextStyles",
|
|
345
343
|
"defineTokens",
|
|
346
344
|
"defineUtility"
|
|
347
345
|
]);
|
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import "@typescript-eslint/utils/ts-eslint";
|
|
|
8
8
|
import { getArbitraryValue, parseFallbackValue } from "@bamboocss/shared";
|
|
9
9
|
//#region package.json
|
|
10
10
|
var name = "@bamboocss/eslint-plugin";
|
|
11
|
-
var version = "1.
|
|
11
|
+
var version = "1.32.0";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/utils/index.ts
|
|
14
14
|
const createRule = ESLintUtils.RuleCreator((name) => `https://github.com/gajus/bamboocss/blob/main/packages/eslint-plugin/docs/rules/${name}.md`);
|
|
@@ -333,15 +333,13 @@ const CONFIG_FUNCTIONS = new Set([
|
|
|
333
333
|
"defineConfig",
|
|
334
334
|
"defineGlobalStyles",
|
|
335
335
|
"defineKeyframes",
|
|
336
|
-
"
|
|
337
|
-
"defineParts",
|
|
336
|
+
"defineMixins",
|
|
338
337
|
"definePattern",
|
|
339
338
|
"definePreset",
|
|
340
339
|
"defineRecipe",
|
|
341
340
|
"defineSemanticTokens",
|
|
342
341
|
"defineSlotRecipe",
|
|
343
342
|
"defineStyles",
|
|
344
|
-
"defineTextStyles",
|
|
345
343
|
"defineTokens",
|
|
346
344
|
"defineUtility"
|
|
347
345
|
]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bamboocss/eslint-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.0",
|
|
4
4
|
"description": "ESLint plugin for Bamboo CSS",
|
|
5
5
|
"homepage": "https://bamboocss.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@typescript-eslint/utils": "^8.21.0",
|
|
37
37
|
"micromatch": "^4.0.8",
|
|
38
38
|
"synckit": "^0.9.0",
|
|
39
|
-
"@bamboocss/config": "1.
|
|
40
|
-
"@bamboocss/generator": "1.
|
|
41
|
-
"@bamboocss/shared": "1.
|
|
39
|
+
"@bamboocss/config": "1.32.0",
|
|
40
|
+
"@bamboocss/generator": "1.32.0",
|
|
41
|
+
"@bamboocss/shared": "1.32.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/micromatch": "^4.0.10",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"eslint": "^9.35.0",
|
|
47
47
|
"multiline-ts": "^4.0.1",
|
|
48
48
|
"typescript": "^5.7.2",
|
|
49
|
-
"@bamboocss/
|
|
50
|
-
"@bamboocss/
|
|
51
|
-
"@bamboocss/
|
|
52
|
-
"@bamboocss/
|
|
49
|
+
"@bamboocss/preset-bamboo": "1.32.0",
|
|
50
|
+
"@bamboocss/dev": "1.32.0",
|
|
51
|
+
"@bamboocss/types": "1.32.0",
|
|
52
|
+
"@bamboocss/preset-base": "1.32.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"eslint": "*"
|