linted 19.1.0-rc.1 → 19.1.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/rules/index.d.ts +730 -94
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/mocha/base.d.ts +34 -2
- package/dist/rules/mocha/base.d.ts.map +1 -1
- package/dist/rules/mocha/base.js +0 -2
- package/dist/rules/mocha/base.js.map +1 -1
- package/dist/rules/mocha/enable.d.ts +33 -1
- package/dist/rules/mocha/enable.d.ts.map +1 -1
- package/dist/rules/mocha/enable.js +46 -2
- package/dist/rules/mocha/enable.js.map +1 -1
- package/dist/rules/mocha/index.d.ts +638 -2
- package/dist/rules/mocha/index.d.ts.map +1 -1
- package/dist/rules/mochaJs/index.d.ts +379 -2
- package/dist/rules/mochaJs/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/rules/mocha/base.ts +0 -2
- package/src/rules/mocha/enable.ts +52 -2
- package/typings/mocha/index.d.ts +1 -6
- package/dist/rules/mocha/enable_recommended.d.ts +0 -3
- package/dist/rules/mocha/enable_recommended.d.ts.map +0 -1
- package/dist/rules/mocha/enable_recommended.js +0 -8
- package/dist/rules/mocha/enable_recommended.js.map +0 -1
- package/src/rules/mocha/enable_recommended.ts +0 -9
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,wBASE"}
|
@@ -1,5 +1,37 @@
|
|
1
|
-
declare const _default: (readonly ["
|
1
|
+
declare const _default: (readonly ["disable", {
|
2
2
|
readonly "prefer-arrow-callback": "off";
|
3
|
-
}] | readonly ["enable", {
|
3
|
+
}] | readonly ["enable", {
|
4
|
+
readonly "mocha/consistent-spacing-between-blocks": "off";
|
5
|
+
readonly "mocha/handle-done-callback": readonly ["error", {
|
6
|
+
readonly ignoreSkipped: false;
|
7
|
+
}];
|
8
|
+
readonly "mocha/max-top-level-suites": readonly ["error", {
|
9
|
+
readonly limit: 1;
|
10
|
+
}];
|
11
|
+
readonly "mocha/no-async-describe": "error";
|
12
|
+
readonly "mocha/no-empty-description": "error";
|
13
|
+
readonly "mocha/no-exclusive-tests": "error";
|
14
|
+
readonly "mocha/no-exports": "error";
|
15
|
+
readonly "mocha/no-global-tests": "error";
|
16
|
+
readonly "mocha/no-hooks-for-single-case": "off";
|
17
|
+
readonly "mocha/no-hooks": "off";
|
18
|
+
readonly "mocha/no-identical-title": "error";
|
19
|
+
readonly "mocha/no-mocha-arrows": "error";
|
20
|
+
readonly "mocha/no-nested-tests": "error";
|
21
|
+
readonly "mocha/no-pending-tests": "warn";
|
22
|
+
readonly "mocha/no-return-and-callback": "error";
|
23
|
+
readonly "mocha/no-return-from-async": "error";
|
24
|
+
readonly "mocha/no-setup-in-describe": "error";
|
25
|
+
readonly "mocha/no-sibling-hooks": "error";
|
26
|
+
readonly "mocha/no-skipped-tests": "error";
|
27
|
+
readonly "mocha/no-synchronous-tests": "off";
|
28
|
+
readonly "mocha/no-top-level-hooks": "error";
|
29
|
+
readonly "mocha/prefer-arrow-callback": readonly ["error", {
|
30
|
+
readonly allowNamedFunctions: false;
|
31
|
+
readonly allowUnboundThis: true;
|
32
|
+
}];
|
33
|
+
readonly "mocha/valid-suite-description": "off";
|
34
|
+
readonly "mocha/valid-test-description": "off";
|
35
|
+
}])[];
|
4
36
|
export default _default;
|
5
37
|
//# sourceMappingURL=base.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAGE"}
|
package/dist/rules/mocha/base.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,
|
1
|
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../../src/rules/mocha/base.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,eAAe;IACb,OAAO;IACP,MAAM;CACP,CAAC"}
|
@@ -1,3 +1,35 @@
|
|
1
|
-
declare const _default: readonly ["enable", {
|
1
|
+
declare const _default: readonly ["enable", {
|
2
|
+
readonly "mocha/consistent-spacing-between-blocks": "off";
|
3
|
+
readonly "mocha/handle-done-callback": readonly ["error", {
|
4
|
+
readonly ignoreSkipped: false;
|
5
|
+
}];
|
6
|
+
readonly "mocha/max-top-level-suites": readonly ["error", {
|
7
|
+
readonly limit: 1;
|
8
|
+
}];
|
9
|
+
readonly "mocha/no-async-describe": "error";
|
10
|
+
readonly "mocha/no-empty-description": "error";
|
11
|
+
readonly "mocha/no-exclusive-tests": "error";
|
12
|
+
readonly "mocha/no-exports": "error";
|
13
|
+
readonly "mocha/no-global-tests": "error";
|
14
|
+
readonly "mocha/no-hooks-for-single-case": "off";
|
15
|
+
readonly "mocha/no-hooks": "off";
|
16
|
+
readonly "mocha/no-identical-title": "error";
|
17
|
+
readonly "mocha/no-mocha-arrows": "error";
|
18
|
+
readonly "mocha/no-nested-tests": "error";
|
19
|
+
readonly "mocha/no-pending-tests": "warn";
|
20
|
+
readonly "mocha/no-return-and-callback": "error";
|
21
|
+
readonly "mocha/no-return-from-async": "error";
|
22
|
+
readonly "mocha/no-setup-in-describe": "error";
|
23
|
+
readonly "mocha/no-sibling-hooks": "error";
|
24
|
+
readonly "mocha/no-skipped-tests": "error";
|
25
|
+
readonly "mocha/no-synchronous-tests": "off";
|
26
|
+
readonly "mocha/no-top-level-hooks": "error";
|
27
|
+
readonly "mocha/prefer-arrow-callback": readonly ["error", {
|
28
|
+
readonly allowNamedFunctions: false;
|
29
|
+
readonly allowUnboundThis: true;
|
30
|
+
}];
|
31
|
+
readonly "mocha/valid-suite-description": "off";
|
32
|
+
readonly "mocha/valid-test-description": "off";
|
33
|
+
}];
|
2
34
|
export default _default;
|
3
35
|
//# sourceMappingURL=enable.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/enable.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"enable.d.ts","sourceRoot":"","sources":["../../../src/rules/mocha/enable.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,wBA6CW"}
|
@@ -1,3 +1,47 @@
|
|
1
|
-
import { enable } from "../../_strings/index.js";
|
2
|
-
export default [
|
1
|
+
import { enable, ERROR, WARN, OFF, } from "../../_strings/index.js";
|
2
|
+
export default [
|
3
|
+
enable,
|
4
|
+
{
|
5
|
+
"mocha/consistent-spacing-between-blocks": OFF,
|
6
|
+
"mocha/handle-done-callback": [
|
7
|
+
ERROR,
|
8
|
+
{
|
9
|
+
ignoreSkipped: false,
|
10
|
+
},
|
11
|
+
],
|
12
|
+
"mocha/max-top-level-suites": [
|
13
|
+
ERROR,
|
14
|
+
{
|
15
|
+
limit: 1,
|
16
|
+
},
|
17
|
+
],
|
18
|
+
"mocha/no-async-describe": ERROR,
|
19
|
+
"mocha/no-empty-description": ERROR,
|
20
|
+
"mocha/no-exclusive-tests": ERROR,
|
21
|
+
"mocha/no-exports": ERROR,
|
22
|
+
"mocha/no-global-tests": ERROR,
|
23
|
+
"mocha/no-hooks-for-single-case": OFF,
|
24
|
+
"mocha/no-hooks": OFF,
|
25
|
+
"mocha/no-identical-title": ERROR,
|
26
|
+
"mocha/no-mocha-arrows": ERROR,
|
27
|
+
"mocha/no-nested-tests": ERROR,
|
28
|
+
"mocha/no-pending-tests": WARN,
|
29
|
+
"mocha/no-return-and-callback": ERROR,
|
30
|
+
"mocha/no-return-from-async": ERROR,
|
31
|
+
"mocha/no-setup-in-describe": ERROR,
|
32
|
+
"mocha/no-sibling-hooks": ERROR,
|
33
|
+
"mocha/no-skipped-tests": ERROR,
|
34
|
+
"mocha/no-synchronous-tests": OFF,
|
35
|
+
"mocha/no-top-level-hooks": ERROR,
|
36
|
+
"mocha/prefer-arrow-callback": [
|
37
|
+
ERROR,
|
38
|
+
{
|
39
|
+
allowNamedFunctions: false,
|
40
|
+
allowUnboundThis: true,
|
41
|
+
},
|
42
|
+
],
|
43
|
+
"mocha/valid-suite-description": OFF,
|
44
|
+
"mocha/valid-test-description": OFF,
|
45
|
+
},
|
46
|
+
];
|
3
47
|
//# sourceMappingURL=enable.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../src/rules/mocha/enable.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"enable.js","sourceRoot":"","sources":["../../../src/rules/mocha/enable.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,KAAK,EACL,IAAI,EACJ,GAAG,GACJ,MAAM,gBAAgB,CAAC;AAExB,eAAe;IACb,MAAM;IACN;QAEE,yCAAyC,EAAE,GAAG;QAC9C,4BAA4B,EAAE;YAC5B,KAAK;YACL;gBACE,aAAa,EAAE,KAAK;aACrB;SACF;QACD,4BAA4B,EAAE;YAC5B,KAAK;YACL;gBACE,KAAK,EAAE,CAAC;aACT;SACF;QACD,yBAAyB,EAAE,KAAK;QAChC,4BAA4B,EAAE,KAAK;QACnC,0BAA0B,EAAE,KAAK;QACjC,kBAAkB,EAAE,KAAK;QACzB,uBAAuB,EAAE,KAAK;QAC9B,gCAAgC,EAAE,GAAG;QACrC,gBAAgB,EAAE,GAAG;QACrB,0BAA0B,EAAE,KAAK;QACjC,uBAAuB,EAAE,KAAK;QAC9B,uBAAuB,EAAE,KAAK;QAC9B,wBAAwB,EAAE,IAAI;QAC9B,8BAA8B,EAAE,KAAK;QACrC,4BAA4B,EAAE,KAAK;QACnC,4BAA4B,EAAE,KAAK;QACnC,wBAAwB,EAAE,KAAK;QAC/B,wBAAwB,EAAE,KAAK;QAC/B,4BAA4B,EAAE,GAAG;QACjC,0BAA0B,EAAE,KAAK;QACjC,6BAA6B,EAAE;YAC7B,KAAK;YACL;gBACE,mBAAmB,EAAE,KAAK;gBAC1B,gBAAgB,EAAE,IAAI;aACvB;SACF;QACD,+BAA+B,EAAE,GAAG;QACpC,8BAA8B,EAAE,GAAG;KACpC;CACO,CAAC"}
|