@alexaegis/stylelint-config 0.3.4 → 0.4.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/index.cjs +4 -2
- package/index.d.ts.map +1 -1
- package/index.js +4 -2
- package/package.json +13 -13
- package/index.cjs.map +0 -1
- package/index.js.map +0 -1
package/index.cjs
CHANGED
|
@@ -12,8 +12,10 @@ const index = {
|
|
|
12
12
|
{
|
|
13
13
|
ignorePseudoClasses: ["global"]
|
|
14
14
|
}
|
|
15
|
-
]
|
|
15
|
+
],
|
|
16
|
+
"at-rule-no-unknown": void 0,
|
|
17
|
+
"scss/at-rule-no-unknown": [true, { ignoreAtRules: ["tailwind"] }],
|
|
18
|
+
"no-invalid-position-at-import-rule": [true, { ignoreAtRules: ["tailwind"] }]
|
|
16
19
|
}
|
|
17
20
|
};
|
|
18
21
|
module.exports = index;
|
|
19
|
-
//# sourceMappingURL=index.cjs.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;;AAExC,wBAkBY"}
|
package/index.js
CHANGED
|
@@ -11,10 +11,12 @@ const index = {
|
|
|
11
11
|
{
|
|
12
12
|
ignorePseudoClasses: ["global"]
|
|
13
13
|
}
|
|
14
|
-
]
|
|
14
|
+
],
|
|
15
|
+
"at-rule-no-unknown": void 0,
|
|
16
|
+
"scss/at-rule-no-unknown": [true, { ignoreAtRules: ["tailwind"] }],
|
|
17
|
+
"no-invalid-position-at-import-rule": [true, { ignoreAtRules: ["tailwind"] }]
|
|
15
18
|
}
|
|
16
19
|
};
|
|
17
20
|
export {
|
|
18
21
|
index as default
|
|
19
22
|
};
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexaegis/stylelint-config",
|
|
3
3
|
"description": "My stylelint config",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"archetype": {
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"stylelint-config-html": "^1.1.0",
|
|
54
|
-
"stylelint-config-standard": "^
|
|
54
|
+
"stylelint-config-standard": "^34.0.0",
|
|
55
55
|
"stylelint-config-standard-scss": "^10.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@alexaegis/eslint-config-vitest": "^0.
|
|
59
|
-
"@alexaegis/ts": "^0.
|
|
60
|
-
"@alexaegis/vite": "^0.
|
|
61
|
-
"@alexaegis/vitest": "^0.
|
|
62
|
-
"@types/node": "^20.
|
|
63
|
-
"publint": "^0.1.
|
|
64
|
-
"stylelint": "^15.
|
|
58
|
+
"@alexaegis/eslint-config-vitest": "^0.4.1",
|
|
59
|
+
"@alexaegis/ts": "^0.4.1",
|
|
60
|
+
"@alexaegis/vite": "^0.4.1",
|
|
61
|
+
"@alexaegis/vitest": "^0.4.1",
|
|
62
|
+
"@types/node": "^20.4.0",
|
|
63
|
+
"publint": "^0.1.16",
|
|
64
|
+
"stylelint": "^15.10.1",
|
|
65
65
|
"typescript": "^5.1.6",
|
|
66
|
-
"vite": "^4.
|
|
67
|
-
"vitest": "^0.
|
|
66
|
+
"vite": "^4.4.2",
|
|
67
|
+
"vitest": "^0.33.0"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "turbo run build-lib_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"lint:es": "turbo run lint:es_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
75
75
|
"lint:es_": "eslint --max-warnings=0 --fix --no-error-on-unmatched-pattern .",
|
|
76
76
|
"lint:format": "turbo run lint:format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
77
|
-
"lint:format_": "prettier --
|
|
77
|
+
"lint:format_": "prettier --cache-location .cache/prettier --check .",
|
|
78
78
|
"lint:md": "turbo run lint:md_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
79
79
|
"lint:md_": "remark --frail --no-stdout --silently-ignore .",
|
|
80
80
|
"lint:tsc": "turbo run lint:tsc_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"publint_": "publint dist",
|
|
84
84
|
"all": "turbo run all_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
85
85
|
"format": "turbo run format_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
86
|
-
"format_": "prettier --
|
|
86
|
+
"format_": "prettier --cache-location .cache/prettier --write .",
|
|
87
87
|
"test": "turbo run test_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/stylelint-config",
|
|
88
88
|
"test_": "vitest --passWithNoTests --coverage --run",
|
|
89
89
|
"test:watch": "vitest --passWithNoTests --coverage"
|
package/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: [\n\t\t'stylelint-config-standard',\n\t\t'stylelint-config-standard-scss',\n\t\t'stylelint-config-html',\n\t],\n\t// ? This is for Svelte only. Maybe move it into it's own package?\n\trules: {\n\t\t'selector-pseudo-class-no-unknown': [\n\t\t\ttrue,\n\t\t\t{\n\t\t\t\tignorePseudoClasses: ['global'],\n\t\t\t},\n\t\t],\n\t},\n} as Config;\n"],"names":[],"mappings":";AAEA,MAAe,QAAA;AAAA,EACd,SAAS;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA;AAAA,EAEA,OAAO;AAAA,IACN,oCAAoC;AAAA,MACnC;AAAA,MACA;AAAA,QACC,qBAAqB,CAAC,QAAQ;AAAA,MAC/B;AAAA,IACD;AAAA,EACD;AACD;;"}
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Config } from 'stylelint';\n\nexport default {\n\textends: [\n\t\t'stylelint-config-standard',\n\t\t'stylelint-config-standard-scss',\n\t\t'stylelint-config-html',\n\t],\n\t// ? This is for Svelte only. Maybe move it into it's own package?\n\trules: {\n\t\t'selector-pseudo-class-no-unknown': [\n\t\t\ttrue,\n\t\t\t{\n\t\t\t\tignorePseudoClasses: ['global'],\n\t\t\t},\n\t\t],\n\t},\n} as Config;\n"],"names":[],"mappings":"AAEA,MAAe,QAAA;AAAA,EACd,SAAS;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA;AAAA,EAEA,OAAO;AAAA,IACN,oCAAoC;AAAA,MACnC;AAAA,MACA;AAAA,QACC,qBAAqB,CAAC,QAAQ;AAAA,MAC/B;AAAA,IACD;AAAA,EACD;AACD;"}
|