@storm-software/eslint 0.168.18 → 0.168.19
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.js +2 -2
- package/package.json +4 -4
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/dist/preset.js
CHANGED
|
@@ -5942,7 +5942,7 @@ ${formatLogMessage(config3)}`,
|
|
|
5942
5942
|
|
|
5943
5943
|
// ../config-tools/src/get-config.ts
|
|
5944
5944
|
init_esm_shims();
|
|
5945
|
-
|
|
5945
|
+
async function tryGetWorkspaceConfig(skipLogs = true, options = {}) {
|
|
5946
5946
|
try {
|
|
5947
5947
|
let workspaceRoot = options.workspaceRoot;
|
|
5948
5948
|
if (!workspaceRoot) {
|
|
@@ -5956,7 +5956,7 @@ var tryGetWorkspaceConfig = async (skipLogs = true, options = {}) => {
|
|
|
5956
5956
|
} catch {
|
|
5957
5957
|
return void 0;
|
|
5958
5958
|
}
|
|
5959
|
-
}
|
|
5959
|
+
}
|
|
5960
5960
|
|
|
5961
5961
|
// src/configs/javascript.ts
|
|
5962
5962
|
import defu4 from "defu";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.168.
|
|
3
|
+
"version": "0.168.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "^21.4.1",
|
|
167
|
-
"@storm-software/config": "^1.133.
|
|
168
|
-
"@storm-software/config-tools": "^1.187.
|
|
167
|
+
"@storm-software/config": "^1.133.9",
|
|
168
|
+
"@storm-software/config-tools": "^1.187.14",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
171
171
|
"@typescript-eslint/parser": "^8.35.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "58633be531c801032daa1cb3ed2bbace2fb30dd9"
|
|
245
245
|
}
|