@eslinted/defaults 10.6.0 → 10.7.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
|
@@ -1464,7 +1464,7 @@ export declare const rules: {
|
|
|
1464
1464
|
readonly "css/no-duplicate-imports": "error";
|
|
1465
1465
|
readonly "css/no-empty-blocks": "error";
|
|
1466
1466
|
readonly "css/no-invalid-at-rules": "error";
|
|
1467
|
-
readonly "css/no-invalid-properties": "
|
|
1467
|
+
readonly "css/no-invalid-properties": "off";
|
|
1468
1468
|
readonly "css/prefer-logical-properties": readonly ["error", {
|
|
1469
1469
|
readonly allowProperties: readonly [];
|
|
1470
1470
|
readonly allowUnits: readonly [];
|
|
@@ -4,7 +4,7 @@ export declare const CssEnable: {
|
|
|
4
4
|
readonly "css/no-duplicate-imports": "error";
|
|
5
5
|
readonly "css/no-empty-blocks": "error";
|
|
6
6
|
readonly "css/no-invalid-at-rules": "error";
|
|
7
|
-
readonly "css/no-invalid-properties": "
|
|
7
|
+
readonly "css/no-invalid-properties": "off";
|
|
8
8
|
readonly "css/prefer-logical-properties": readonly ["error", {
|
|
9
9
|
readonly allowProperties: readonly [];
|
|
10
10
|
readonly allowUnits: readonly [];
|
|
@@ -6,7 +6,7 @@ export const CssEnable = {
|
|
|
6
6
|
"css/no-duplicate-imports": ON,
|
|
7
7
|
"css/no-empty-blocks": ON,
|
|
8
8
|
"css/no-invalid-at-rules": ON,
|
|
9
|
-
"css/no-invalid-properties":
|
|
9
|
+
"css/no-invalid-properties": OFF /* BUG: disabled with PREJUDICE (see commit: https://github.com/jimmy-zhening-luo/linted-defaults/commit/702e6632328813e84df92cade730469661ee85db) */,
|
|
10
10
|
"css/prefer-logical-properties": [
|
|
11
11
|
ON,
|
|
12
12
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/rules/scopes/css/enable.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,EAAE,EACF,GAAG,GACJ,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE,EAAE,CAAC,MAAM;IACb,KAAK,EAAE;QACL,0DAA0D;QAC1D,0BAA0B,EAAE,EAAE;QAC9B,qBAAqB,EAAE,EAAE;QACzB,yBAAyB,EAAE,EAAE;QAC7B,2BAA2B,EAAE,
|
|
1
|
+
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../../src/rules/scopes/css/enable.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,EAAE,EACF,EAAE,EACF,GAAG,GACJ,MAAM,eAAe,CAAC;AAEvB,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE,EAAE,CAAC,MAAM;IACb,KAAK,EAAE;QACL,0DAA0D;QAC1D,0BAA0B,EAAE,EAAE;QAC9B,qBAAqB,EAAE,EAAE;QACzB,yBAAyB,EAAE,EAAE;QAC7B,2BAA2B,EAAE,GAAG,CAAC,qJAAqJ;QACtL,+BAA+B,EAAE;YAC/B,EAAE;YACF;gBACE,eAAe,EAAE,EAAE;gBACnB,UAAU,EAAE,EAAE;aACf;SACF;QACD,kBAAkB,EAAE;YAClB,EAAE;YACF;gBACE,SAAS,EAAE,QAAQ,CAAC,6BAA6B;aAClD;SACF;QACD,gBAAgB,EAAE,GAAG,EAAE,mLAAmL;KAClM;CACF,CAAC"}
|
|
@@ -4,7 +4,7 @@ declare const _default: {
|
|
|
4
4
|
readonly "css/no-duplicate-imports": "error";
|
|
5
5
|
readonly "css/no-empty-blocks": "error";
|
|
6
6
|
readonly "css/no-invalid-at-rules": "error";
|
|
7
|
-
readonly "css/no-invalid-properties": "
|
|
7
|
+
readonly "css/no-invalid-properties": "off";
|
|
8
8
|
readonly "css/prefer-logical-properties": readonly ["error", {
|
|
9
9
|
readonly allowProperties: readonly [];
|
|
10
10
|
readonly allowUnits: readonly [];
|
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.
|
|
6
|
+
"version": "10.7.0",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-defaults",
|
|
8
8
|
"private": false,
|
|
9
9
|
"engineStrict": true,
|
|
@@ -11,7 +11,7 @@ export const CssEnable = {
|
|
|
11
11
|
"css/no-duplicate-imports": ON,
|
|
12
12
|
"css/no-empty-blocks": ON,
|
|
13
13
|
"css/no-invalid-at-rules": ON,
|
|
14
|
-
"css/no-invalid-properties":
|
|
14
|
+
"css/no-invalid-properties": OFF /* BUG: disabled with PREJUDICE (see commit: https://github.com/jimmy-zhening-luo/linted-defaults/commit/702e6632328813e84df92cade730469661ee85db) */,
|
|
15
15
|
"css/prefer-logical-properties": [
|
|
16
16
|
ON,
|
|
17
17
|
{
|