@hexadrop/eslint-config 1.0.5 → 1.0.6
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/index.d.mts +1824 -1010
- package/dist/index.mjs +4 -1
- package/package.json +15 -15
package/dist/index.mjs
CHANGED
|
@@ -1514,8 +1514,11 @@ async function stylistic(options) {
|
|
|
1514
1514
|
"unicorn/dom-node-dataset": "off",
|
|
1515
1515
|
"unicorn/name-replacements": ["error", { allowList: {
|
|
1516
1516
|
env: true,
|
|
1517
|
+
Environment: true,
|
|
1517
1518
|
props: true,
|
|
1518
|
-
Props: true
|
|
1519
|
+
Props: true,
|
|
1520
|
+
repository: true,
|
|
1521
|
+
Repository: true
|
|
1519
1522
|
} }],
|
|
1520
1523
|
"unicorn/no-array-reduce": "off",
|
|
1521
1524
|
"unicorn/no-nested-ternary": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hexadrop/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Opinionated ESLint ruleset designed for large teams and projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -44,46 +44,46 @@
|
|
|
44
44
|
"eslint": "^9.17.0 || ^10.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@eslint/markdown": "8.0.
|
|
47
|
+
"@eslint/markdown": "8.0.3",
|
|
48
48
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
50
|
-
"@typescript-eslint/parser": "8.
|
|
51
|
-
"astro-eslint-parser": "
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "8.64.0",
|
|
50
|
+
"@typescript-eslint/parser": "8.64.0",
|
|
51
|
+
"astro-eslint-parser": "3.0.0",
|
|
52
52
|
"eslint-config-flat-gitignore": "2.3.0",
|
|
53
53
|
"eslint-flat-config-utils": "3.2.0",
|
|
54
54
|
"eslint-import-resolver-typescript": "4.4.5",
|
|
55
55
|
"eslint-merge-processors": "2.0.0",
|
|
56
56
|
"eslint-parser-plain": "0.1.1",
|
|
57
|
-
"eslint-plugin-astro": "
|
|
57
|
+
"eslint-plugin-astro": "3.0.0",
|
|
58
58
|
"eslint-plugin-format": "2.0.1",
|
|
59
59
|
"eslint-plugin-import-x": "4.17.1",
|
|
60
|
-
"eslint-plugin-jsonc": "3.
|
|
61
|
-
"eslint-plugin-n": "18.
|
|
62
|
-
"eslint-plugin-perfectionist": "5.
|
|
60
|
+
"eslint-plugin-jsonc": "3.3.0",
|
|
61
|
+
"eslint-plugin-n": "18.2.2",
|
|
62
|
+
"eslint-plugin-perfectionist": "5.10.0",
|
|
63
63
|
"eslint-plugin-react": "7.37.5",
|
|
64
64
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
65
65
|
"eslint-plugin-react-refresh": "0.5.3",
|
|
66
66
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
67
|
-
"eslint-plugin-unicorn": "
|
|
67
|
+
"eslint-plugin-unicorn": "71.1.0",
|
|
68
68
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
69
69
|
"globals": "17.7.0",
|
|
70
70
|
"jsonc-eslint-parser": "3.1.0",
|
|
71
71
|
"local-pkg": "1.2.1",
|
|
72
|
-
"prettier": "3.9.
|
|
72
|
+
"prettier": "3.9.5",
|
|
73
73
|
"prettier-plugin-astro": "0.14.1",
|
|
74
74
|
"tslib": "2.8.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@changesets/cli": "2.31.0",
|
|
78
|
-
"@eslint/config-inspector": "3.0
|
|
78
|
+
"@eslint/config-inspector": "3.1.0",
|
|
79
79
|
"@hexadrop/tsconfig": "0.0.5",
|
|
80
80
|
"@types/bun": "1.3.14",
|
|
81
|
-
"astro": "7.0.
|
|
82
|
-
"eslint": "10.
|
|
81
|
+
"astro": "7.0.9",
|
|
82
|
+
"eslint": "10.7.0",
|
|
83
83
|
"eslint-typegen": "2.3.1",
|
|
84
84
|
"jiti": "2.7.0",
|
|
85
85
|
"react": "19.2.7",
|
|
86
|
-
"tsdown": "0.22.
|
|
86
|
+
"tsdown": "0.22.7",
|
|
87
87
|
"typescript": "6.0.3"
|
|
88
88
|
}
|
|
89
89
|
}
|