aberlaas-lint 2.27.1 → 2.27.2
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/configs/stylelint.js +16 -1
- package/package.json +3 -3
package/configs/stylelint.js
CHANGED
|
@@ -5,7 +5,22 @@ export default {
|
|
|
5
5
|
'at-rule-no-unknown': [
|
|
6
6
|
true,
|
|
7
7
|
{
|
|
8
|
-
ignoreAtRules: [
|
|
8
|
+
ignoreAtRules: [
|
|
9
|
+
// Tailwind v4 at-rules
|
|
10
|
+
'apply',
|
|
11
|
+
'custom-variant',
|
|
12
|
+
'import',
|
|
13
|
+
'reference',
|
|
14
|
+
'source',
|
|
15
|
+
'theme',
|
|
16
|
+
'utility',
|
|
17
|
+
'variant',
|
|
18
|
+
// Legacy Tailwind v3 at-rules
|
|
19
|
+
'config',
|
|
20
|
+
'plugin',
|
|
21
|
+
'screen',
|
|
22
|
+
'tailwind',
|
|
23
|
+
],
|
|
9
24
|
},
|
|
10
25
|
],
|
|
11
26
|
'block-no-empty': true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aberlaas-lint",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "aberlaas lint command: Lint files",
|
|
6
6
|
"author": "Tim Carry <tim@pixelastic.com>",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@eslint/json": "1.0.0",
|
|
30
30
|
"@typescript-eslint/utils": "8.55.0",
|
|
31
31
|
"@vitest/eslint-plugin": "1.6.7",
|
|
32
|
-
"aberlaas-helper": "2.27.
|
|
33
|
-
"aberlaas-versions": "2.27.
|
|
32
|
+
"aberlaas-helper": "2.27.2",
|
|
33
|
+
"aberlaas-versions": "2.27.2",
|
|
34
34
|
"ci-info": "4.4.0",
|
|
35
35
|
"eslint": "9.39.2",
|
|
36
36
|
"eslint-config-prettier": "10.1.8",
|