eslint-config-complete 1.6.3 → 1.6.5
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.
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This ESLint config only contains rules from `eslint-plugin-unicorn`:
|
|
3
3
|
* https://github.com/sindresorhus/eslint-plugin-unicorn
|
|
4
|
-
*
|
|
5
|
-
* Rules are separated into categories:
|
|
6
|
-
* 1) Normal rules
|
|
7
|
-
* 2) Deprecated rules
|
|
8
4
|
*/
|
|
9
5
|
export const baseUnicorn: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray;
|
|
10
6
|
//# sourceMappingURL=base-unicorn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-unicorn.d.ts","sourceRoot":"","sources":["../../src/base/base-unicorn.js"],"names":[],"mappings":"AAGA
|
|
1
|
+
{"version":3,"file":"base-unicorn.d.ts","sourceRoot":"","sources":["../../src/base/base-unicorn.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,8FAqLG"}
|
|
@@ -3,10 +3,6 @@ import tseslint from "typescript-eslint";
|
|
|
3
3
|
/**
|
|
4
4
|
* This ESLint config only contains rules from `eslint-plugin-unicorn`:
|
|
5
5
|
* https://github.com/sindresorhus/eslint-plugin-unicorn
|
|
6
|
-
*
|
|
7
|
-
* Rules are separated into categories:
|
|
8
|
-
* 1) Normal rules
|
|
9
|
-
* 2) Deprecated rules
|
|
10
6
|
*/
|
|
11
7
|
export const baseUnicorn = tseslint.config({
|
|
12
8
|
plugins: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-complete",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.5",
|
|
4
4
|
"description": "A sharable ESLint config for TypeScript projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
"lint": "tsx ./scripts/lint.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@stylistic/eslint-plugin": "4.
|
|
38
|
+
"@stylistic/eslint-plugin": "4.2.0",
|
|
39
39
|
"confusing-browser-globals": "1.0.11",
|
|
40
40
|
"eslint-import-resolver-typescript": "3.8.3",
|
|
41
|
-
"eslint-plugin-complete": "1.0.
|
|
41
|
+
"eslint-plugin-complete": "1.0.12",
|
|
42
42
|
"eslint-plugin-import-x": "4.6.1",
|
|
43
43
|
"eslint-plugin-jsdoc": "50.6.3",
|
|
44
44
|
"eslint-plugin-n": "17.15.1",
|
|
45
45
|
"eslint-plugin-unicorn": "57.0.0",
|
|
46
|
-
"typescript-eslint": "8.
|
|
46
|
+
"typescript-eslint": "8.26.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@eslint/js": "9.21.0",
|
|
50
50
|
"@types/confusing-browser-globals": "1.0.3",
|
|
51
51
|
"@types/eslint-config-prettier": "6.11.3",
|
|
52
|
-
"@types/node": "22.13.
|
|
52
|
+
"@types/node": "22.13.9",
|
|
53
53
|
"complete-common": "1.3.0",
|
|
54
|
-
"complete-node": "
|
|
54
|
+
"complete-node": "5.1.1",
|
|
55
55
|
"eslint-config-prettier": "10.0.2",
|
|
56
56
|
"extract-comments": "1.1.0",
|
|
57
|
-
"typescript": "5.
|
|
57
|
+
"typescript": "5.8.2"
|
|
58
58
|
}
|
|
59
59
|
}
|