@eslinted/defaults 10.0.1 → 10.1.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/rules/index.d.ts
CHANGED
|
@@ -1467,7 +1467,7 @@ export declare const rules: {
|
|
|
1467
1467
|
readonly allowProperties: readonly [];
|
|
1468
1468
|
readonly allowUnits: readonly [];
|
|
1469
1469
|
}];
|
|
1470
|
-
readonly "css/
|
|
1470
|
+
readonly "css/use-baseline": readonly ["error", {
|
|
1471
1471
|
readonly available: "widely";
|
|
1472
1472
|
}];
|
|
1473
1473
|
readonly "css/use-layers": "off";
|
|
@@ -9,7 +9,7 @@ export declare const CssEnable: {
|
|
|
9
9
|
readonly allowProperties: readonly [];
|
|
10
10
|
readonly allowUnits: readonly [];
|
|
11
11
|
}];
|
|
12
|
-
readonly "css/
|
|
12
|
+
readonly "css/use-baseline": readonly ["error", {
|
|
13
13
|
readonly available: "widely";
|
|
14
14
|
}];
|
|
15
15
|
readonly "css/use-layers": "off";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/rules/scopes/css/enable.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,KAAK,EACL,GAAG,GACJ,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE,EAAE,CAAC,MAAM;IACb,KAAK,EAAE;QAEL,0BAA0B,EAAE,KAAK;QACjC,qBAAqB,EAAE,KAAK;QAC5B,yBAAyB,EAAE,KAAK;QAChC,2BAA2B,EAAE,KAAK;QAClC,+BAA+B,EAAE;YAC/B,KAAK;YACL;gBACE,eAAe,EAAE,EAAE;gBACnB,UAAU,EAAE,EAAE;aACf;SACF;QACD,
|
|
1
|
+
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/rules/scopes/css/enable.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,KAAK,EACL,GAAG,GACJ,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE,EAAE,CAAC,MAAM;IACb,KAAK,EAAE;QAEL,0BAA0B,EAAE,KAAK;QACjC,qBAAqB,EAAE,KAAK;QAC5B,yBAAyB,EAAE,KAAK;QAChC,2BAA2B,EAAE,KAAK;QAClC,+BAA+B,EAAE;YAC/B,KAAK;YACL;gBACE,eAAe,EAAE,EAAE;gBACnB,UAAU,EAAE,EAAE;aACf;SACF;QACD,kBAAkB,EAAE;YAClB,KAAK;YACL;gBACE,SAAS,EAAE,QAAQ;aACpB;SACF;QACD,gBAAgB,EAAE,GAAG;KACb;CACF,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
readonly allowProperties: readonly [];
|
|
10
10
|
readonly allowUnits: readonly [];
|
|
11
11
|
}];
|
|
12
|
-
readonly "css/
|
|
12
|
+
readonly "css/use-baseline": readonly ["error", {
|
|
13
13
|
readonly available: "widely";
|
|
14
14
|
}];
|
|
15
15
|
readonly "css/use-layers": "off";
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
|
5
5
|
"name": "@eslinted/defaults",
|
|
6
|
-
"version": "10.0
|
|
6
|
+
"version": "10.1.0",
|
|
7
7
|
"description": "Default scopes for `linted`.",
|
|
8
8
|
"repository": "github:jimmy-zhening-luo/linted-defaults",
|
|
9
9
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"peerDependenciesMeta": {},
|
|
17
17
|
"dependencies": {},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@types/chai": "^5.2.
|
|
19
|
+
"@types/chai": "^5.2.1",
|
|
20
20
|
"@types/mocha": "^10.0.10",
|
|
21
21
|
"chai": "^5.2.0",
|
|
22
22
|
"mocha": "^11.1.0",
|