@storm-software/eslint 0.170.63 → 0.170.65
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/dist/preset.cjs +1 -1
- package/dist/preset.js +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/dist/preset.cjs
CHANGED
|
@@ -18451,7 +18451,7 @@ async function react(options = {}) {
|
|
|
18451
18451
|
{
|
|
18452
18452
|
name: "storm/react/setup",
|
|
18453
18453
|
plugins: {
|
|
18454
|
-
|
|
18454
|
+
react: plugins["@eslint-react"],
|
|
18455
18455
|
"react-dom": plugins["@eslint-react/dom"],
|
|
18456
18456
|
"react-hooks": pluginReactHooks,
|
|
18457
18457
|
"react-hooks-extra": plugins["@eslint-react/hooks-extra"],
|
package/dist/preset.js
CHANGED
|
@@ -17426,7 +17426,7 @@ async function react(options = {}) {
|
|
|
17426
17426
|
{
|
|
17427
17427
|
name: "storm/react/setup",
|
|
17428
17428
|
plugins: {
|
|
17429
|
-
|
|
17429
|
+
react: plugins["@eslint-react"],
|
|
17430
17430
|
"react-dom": plugins["@eslint-react/dom"],
|
|
17431
17431
|
"react-hooks": pluginReactHooks,
|
|
17432
17432
|
"react-hooks-extra": plugins["@eslint-react/hooks-extra"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.65",
|
|
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,11 +141,11 @@
|
|
|
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.
|
|
146
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
147
|
-
"@storm-software/eslint-plugin-pnpm": "0.0.
|
|
148
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
144
|
+
"@storm-software/config": "1.137.76",
|
|
145
|
+
"@storm-software/config-tools": "1.190.44",
|
|
146
|
+
"@storm-software/eslint-plugin-banner": "0.0.5",
|
|
147
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.5",
|
|
148
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.5",
|
|
149
149
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
150
150
|
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
151
151
|
"@typescript-eslint/parser": "^8.60.1",
|
|
@@ -242,5 +242,5 @@
|
|
|
242
242
|
"prettier-plugin-astro": "^0.14.0"
|
|
243
243
|
},
|
|
244
244
|
"publishConfig": { "access": "public" },
|
|
245
|
-
"gitHead": "
|
|
245
|
+
"gitHead": "83a2d7123e28aa79e99e1b5a383737229274dd9a"
|
|
246
246
|
}
|