@storm-software/eslint 0.116.6 → 0.116.8
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/README.md +1 -1
- package/package.json +6 -12
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.116.
|
|
3
|
+
"version": "0.116.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -130,27 +130,24 @@
|
|
|
130
130
|
],
|
|
131
131
|
"peerDependencies": {
|
|
132
132
|
"@eslint/config-inspector": "^0.5.1",
|
|
133
|
-
"@graphql-eslint/eslint-plugin": "4.3.0",
|
|
134
|
-
"@next/eslint-plugin-next": "15.1.6",
|
|
135
133
|
"@nx/eslint": "^20.3.1",
|
|
136
|
-
"@nx/eslint-plugin": "^20.3.1",
|
|
137
134
|
"@nx/workspace": "^20.3.1",
|
|
138
135
|
"graphql": ">=16.9.0",
|
|
139
136
|
"typescript": "^5.7.2"
|
|
140
137
|
},
|
|
141
138
|
"peerDependenciesMeta": {
|
|
142
139
|
"@eslint/config-inspector": { "optional": true },
|
|
143
|
-
"@
|
|
144
|
-
"@
|
|
145
|
-
"@nx/eslint": { "optional": true },
|
|
146
|
-
"@nx/eslint-plugin": { "optional": true },
|
|
147
|
-
"@nx/workspace": { "optional": true },
|
|
140
|
+
"@nx/eslint": { "optional": false },
|
|
141
|
+
"@nx/workspace": { "optional": false },
|
|
148
142
|
"eslint": { "optional": false },
|
|
149
143
|
"graphql": { "optional": true },
|
|
150
144
|
"typescript": { "optional": false }
|
|
151
145
|
},
|
|
152
146
|
"dependencies": {
|
|
153
147
|
"@cspell/eslint-plugin": "8.13.1",
|
|
148
|
+
"@graphql-eslint/eslint-plugin": "4.3.0",
|
|
149
|
+
"@next/eslint-plugin-next": "15.1.6",
|
|
150
|
+
"@nx/eslint-plugin": "^20.3.1",
|
|
154
151
|
"defu": "6.1.4",
|
|
155
152
|
"eslint": "^9.12.0",
|
|
156
153
|
"eslint-config-prettier": "10.0.1",
|
|
@@ -182,10 +179,7 @@
|
|
|
182
179
|
},
|
|
183
180
|
"devDependencies": {
|
|
184
181
|
"@eslint/config-inspector": "^0.5.1",
|
|
185
|
-
"@graphql-eslint/eslint-plugin": "4.3.0",
|
|
186
|
-
"@next/eslint-plugin-next": "15.1.6",
|
|
187
182
|
"@nx/eslint": "^20.3.1",
|
|
188
|
-
"@nx/eslint-plugin": "^20.3.1",
|
|
189
183
|
"@nx/workspace": "^20.3.1",
|
|
190
184
|
"@types/eslint": "^9.6.1",
|
|
191
185
|
"@types/eslint__js": "^8.42.3",
|