lintroll 1.8.0 → 1.9.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/cli/index.cjs +2 -2
- package/dist/cli/index.mjs +2 -2
- package/dist/{index-C-y_Zfn4.mjs → index-1N-QjbFO.mjs} +10 -10
- package/dist/{index-BluW8Z0G.cjs → index-sEg3Dxuj.cjs} +10 -10
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +8 -1
- package/dist/index.d.mts +8 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./index-sEg3Dxuj.cjs");require("@eslint/js"),require("globals"),require("confusing-browser-globals"),require("node:module"),require("@eslint-community/eslint-plugin-eslint-comments"),require("@stylistic/eslint-plugin"),require("node:url"),require("eslint-plugin-import-x"),require("@typescript-eslint/eslint-plugin"),require("@typescript-eslint/parser"),require("eslint-plugin-regexp"),require("node:fs"),require("eslint-plugin-n"),require("node:path"),require("./index-DXvnAG_9.cjs"),require("node:process"),require("node:fs/promises"),require("os"),require("url"),require("util"),require("eslint-plugin-promise"),require("eslint-plugin-markdown"),require("eslint-plugin-jsonc"),require("eslint-plugin-yml"),require("yaml-eslint-parser"),require("eslint-plugin-no-use-extend-native"),require("eslint-plugin-unicorn"),require("eslint-plugin-react"),require("eslint-plugin-react-hooks"),require("get-tsconfig"),require("eslint-plugin-vue"),require("vue-eslint-parser"),require("eslint/use-at-your-own-risk"),require("eslint"),exports.default=e.index,exports.defineConfig=e.defineConfig,exports.pvtnbr=e.pvtnbr;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { Linter } from 'eslint';
|
|
2
2
|
|
|
3
|
+
type Options$1 = {
|
|
4
|
+
allowAbbreviations?: {
|
|
5
|
+
exactWords?: string[];
|
|
6
|
+
substrings?: string[];
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
|
|
3
10
|
type Options = {
|
|
4
11
|
node?: boolean | Linter.FlatConfig['files'];
|
|
5
|
-
};
|
|
12
|
+
} & Options$1;
|
|
6
13
|
|
|
7
14
|
interface DefineConfig {
|
|
8
15
|
<Config extends Linter.FlatConfig>(config: Config): Config;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { Linter } from 'eslint';
|
|
2
2
|
|
|
3
|
+
type Options$1 = {
|
|
4
|
+
allowAbbreviations?: {
|
|
5
|
+
exactWords?: string[];
|
|
6
|
+
substrings?: string[];
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
|
|
3
10
|
type Options = {
|
|
4
11
|
node?: boolean | Linter.FlatConfig['files'];
|
|
5
|
-
};
|
|
12
|
+
} & Options$1;
|
|
6
13
|
|
|
7
14
|
interface DefineConfig {
|
|
8
15
|
<Config extends Linter.FlatConfig>(config: Config): Config;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{i as K,d as L,p as M}from"./index-
|
|
1
|
+
import{i as K,d as L,p as M}from"./index-1N-QjbFO.mjs";import"@eslint/js";import"globals";import"confusing-browser-globals";import"node:module";import"@eslint-community/eslint-plugin-eslint-comments";import"@stylistic/eslint-plugin";import"node:url";import"eslint-plugin-import-x";import"@typescript-eslint/eslint-plugin";import"@typescript-eslint/parser";import"eslint-plugin-regexp";import"node:fs";import"eslint-plugin-n";import"node:path";import"./index-BbEs1OZt.mjs";import"node:process";import"node:fs/promises";import"os";import"url";import"util";import"eslint-plugin-promise";import"eslint-plugin-markdown";import"eslint-plugin-jsonc";import"eslint-plugin-yml";import"yaml-eslint-parser";import"eslint-plugin-no-use-extend-native";import"eslint-plugin-unicorn";import"eslint-plugin-react";import"eslint-plugin-react-hooks";import"get-tsconfig";import"eslint-plugin-vue";import"vue-eslint-parser";import"eslint/use-at-your-own-risk";import"eslint";export{K as default,L as defineConfig,M as pvtnbr};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lintroll",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "privatenumber/lintroll",
|
|
6
6
|
"funding": "https://github.com/privatenumber/lintroll?sponsor=1",
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
53
|
-
"@eslint/js": "^9.
|
|
54
|
-
"@stylistic/eslint-plugin": "^2.6.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^8.0
|
|
56
|
-
"@typescript-eslint/parser": "^8.0
|
|
52
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
53
|
+
"@eslint/js": "^9.9.1",
|
|
54
|
+
"@stylistic/eslint-plugin": "^2.6.4",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
56
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
57
57
|
"cleye": "^1.3.2",
|
|
58
58
|
"confusing-browser-globals": "^1.0.11",
|
|
59
59
|
"eslint": "^8.57.0",
|
|
60
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
61
|
-
"eslint-plugin-import-x": "^
|
|
60
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
61
|
+
"eslint-plugin-import-x": "^4.1.0",
|
|
62
62
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
63
63
|
"eslint-plugin-markdown": "^5.1.0",
|
|
64
64
|
"eslint-plugin-n": "^17.10.2",
|
|
65
|
-
"eslint-plugin-no-use-extend-native": "^0.
|
|
65
|
+
"eslint-plugin-no-use-extend-native": "^0.6.1",
|
|
66
66
|
"eslint-plugin-promise": "^7.1.0",
|
|
67
67
|
"eslint-plugin-react": "^7.35.0",
|
|
68
68
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
71
71
|
"eslint-plugin-vue": "^9.27.0",
|
|
72
72
|
"eslint-plugin-yml": "^1.14.0",
|
|
73
|
-
"execa": "^9.3.
|
|
73
|
+
"execa": "^9.3.1",
|
|
74
74
|
"get-conditions": "^1.0.0",
|
|
75
75
|
"get-tsconfig": "^4.7.6",
|
|
76
76
|
"globals": "^15.9.0",
|
|
77
77
|
"resolve-pkg-maps": "^1.0.0",
|
|
78
|
-
"tsx": "^4.
|
|
78
|
+
"tsx": "^4.19.0",
|
|
79
79
|
"vue-eslint-parser": "^9.4.3",
|
|
80
80
|
"yaml-eslint-parser": "^1.2.3"
|
|
81
81
|
}
|