@storm-software/eslint 0.170.60 → 0.170.61
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.61",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.137.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
144
|
+
"@storm-software/config": "1.137.72",
|
|
145
|
+
"@storm-software/config-tools": "1.190.40",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
147
|
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
148
148
|
"@typescript-eslint/parser": "^8.60.0",
|
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
154
154
|
"eslint-config-prettier": "^10.1.8",
|
|
155
155
|
"eslint-flat-config-utils": "^2.1.4",
|
|
156
|
+
"eslint-import-context": "^0.2.0",
|
|
156
157
|
"eslint-merge-processors": "^2.0.0",
|
|
157
158
|
"eslint-plugin-jsdoc": "^50.8.0",
|
|
158
159
|
"eslint-plugin-json": "^4.0.1",
|
|
@@ -240,5 +241,5 @@
|
|
|
240
241
|
"prettier-plugin-astro": "^0.14.0"
|
|
241
242
|
},
|
|
242
243
|
"publishConfig": { "access": "public" },
|
|
243
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "51d345d2e898ae595fec37e0301772d120fbb146"
|
|
244
245
|
}
|