@enke.dev/lint 0.13.1 → 0.13.3
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/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enke.dev/lint",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
4
4
|
"description": "Meta package to provide linting for web projects",
|
|
5
5
|
"homepage": "https://github.com/enke-dev/lint",
|
|
6
6
|
"repository": {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"README.md"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
+
"packageManager": "npm@11.16.0",
|
|
20
21
|
"main": "eslint.config.js",
|
|
21
22
|
"types": "eslint.config.d.ts",
|
|
22
23
|
"exports": {
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"stylelint-config-rational-order": "^0.1.2",
|
|
98
99
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
99
100
|
"stylelint-order": "^8.1.1",
|
|
100
|
-
"typescript-eslint": "^8.
|
|
101
|
+
"typescript-eslint": "^8.64.0"
|
|
101
102
|
},
|
|
102
103
|
"dependencies": {
|
|
103
104
|
"@eslint/compat": "2.1.0",
|
|
@@ -105,14 +106,14 @@
|
|
|
105
106
|
"@eslint/json": "2.0.1",
|
|
106
107
|
"@html-eslint/eslint-plugin": "0.64.0",
|
|
107
108
|
"@html-eslint/parser": "0.64.0",
|
|
108
|
-
"eslint-config-prettier": "
|
|
109
|
+
"eslint-config-prettier": "9.1.2",
|
|
109
110
|
"eslint-import-resolver-typescript": "4.4.5",
|
|
110
111
|
"eslint-plugin-html": "8.1.4",
|
|
111
112
|
"eslint-plugin-import": "2.32.0",
|
|
112
113
|
"eslint-plugin-import-extensions": "0.1.5",
|
|
113
114
|
"eslint-plugin-lit": "2.3.1",
|
|
114
115
|
"eslint-plugin-lit-a11y": "5.1.1",
|
|
115
|
-
"eslint-plugin-package-json": "1.
|
|
116
|
+
"eslint-plugin-package-json": "1.6.0",
|
|
116
117
|
"eslint-plugin-prettier": "5.5.6",
|
|
117
118
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
118
119
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
"devDependencies": {
|
|
122
123
|
"@awmottaz/prettier-plugin-void-html": "2.1.0",
|
|
123
124
|
"@eslint/config-inspector": "3.0.4",
|
|
124
|
-
"@types/node": "24",
|
|
125
|
+
"@types/node": "24.13.3",
|
|
125
126
|
"eslint": "10.7.0",
|
|
126
127
|
"jiti": "2.7.0",
|
|
127
128
|
"npm-run-all2": "9.0.2",
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
"stylelint-config-standard-scss": "17.0.0",
|
|
132
133
|
"stylelint-order": "8.1.1",
|
|
133
134
|
"typescript": "6.0.3",
|
|
134
|
-
"typescript-eslint": "8.
|
|
135
|
+
"typescript-eslint": "8.64.0"
|
|
135
136
|
},
|
|
136
137
|
"allowScripts": {
|
|
137
138
|
"unrs-resolver@1.11.1": true
|