@storm-software/eslint 0.169.146 → 0.170.0
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 +2 -2
- package/dist/preset.js +2 -2
- package/package.json +4 -4
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
|
@@ -6657,7 +6657,7 @@ async function javascript(options = {}) {
|
|
|
6657
6657
|
{
|
|
6658
6658
|
properties: "never",
|
|
6659
6659
|
ignoreDestructuring: false,
|
|
6660
|
-
allow: ["^(
|
|
6660
|
+
allow: ["^(unstable_|experimental_).*$"]
|
|
6661
6661
|
}
|
|
6662
6662
|
],
|
|
6663
6663
|
// enforce or disallow capitalization of the first letter of a comment
|
|
@@ -7339,7 +7339,7 @@ async function javascript(options = {}) {
|
|
|
7339
7339
|
}
|
|
7340
7340
|
],
|
|
7341
7341
|
"vars-on-top": "error",
|
|
7342
|
-
|
|
7342
|
+
yoda: ["error", "never"],
|
|
7343
7343
|
...overrides
|
|
7344
7344
|
}
|
|
7345
7345
|
}
|
package/dist/preset.js
CHANGED
|
@@ -5677,7 +5677,7 @@ async function javascript(options = {}) {
|
|
|
5677
5677
|
{
|
|
5678
5678
|
properties: "never",
|
|
5679
5679
|
ignoreDestructuring: false,
|
|
5680
|
-
allow: ["^(
|
|
5680
|
+
allow: ["^(unstable_|experimental_).*$"]
|
|
5681
5681
|
}
|
|
5682
5682
|
],
|
|
5683
5683
|
// enforce or disallow capitalization of the first letter of a comment
|
|
@@ -6359,7 +6359,7 @@ async function javascript(options = {}) {
|
|
|
6359
6359
|
}
|
|
6360
6360
|
],
|
|
6361
6361
|
"vars-on-top": "error",
|
|
6362
|
-
|
|
6362
|
+
yoda: ["error", "never"],
|
|
6363
6363
|
...overrides
|
|
6364
6364
|
}
|
|
6365
6365
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.170.0",
|
|
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.6.0",
|
|
144
|
-
"@storm-software/config": "^1.137.
|
|
145
|
-
"@storm-software/config-tools": "^1.189.
|
|
144
|
+
"@storm-software/config": "^1.137.12",
|
|
145
|
+
"@storm-software/config-tools": "^1.189.58",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
147
|
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
148
148
|
"@typescript-eslint/parser": "^8.57.2",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "43c44f16cb2745bd3bb19c54d99415a64ca052a7"
|
|
243
243
|
}
|