@storm-software/eslint 0.169.39 → 0.169.41
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 +1 -1
- package/dist/types.d.ts +5 -0
- package/package.json +8 -8
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
|
@@ -1978,7 +1978,7 @@ import defu2 from "defu";
|
|
|
1978
1978
|
|
|
1979
1979
|
// ../config-tools/src/logger/console.ts
|
|
1980
1980
|
init_esm_shims();
|
|
1981
|
-
import {
|
|
1981
|
+
import { formatDistanceToNow } from "date-fns/formatDistanceToNow";
|
|
1982
1982
|
|
|
1983
1983
|
// ../config-tools/src/types.ts
|
|
1984
1984
|
init_esm_shims();
|
package/dist/types.d.ts
CHANGED
|
@@ -6517,6 +6517,11 @@ Backward pagination arguments
|
|
|
6517
6517
|
* @see https://typescript-eslint.io/rules/no-unused-expressions
|
|
6518
6518
|
*/
|
|
6519
6519
|
'ts/no-unused-expressions'?: Linter.RuleEntry<TsNoUnusedExpressions>
|
|
6520
|
+
/**
|
|
6521
|
+
* Disallow unused private class members
|
|
6522
|
+
* @see https://typescript-eslint.io/rules/no-unused-private-class-members
|
|
6523
|
+
*/
|
|
6524
|
+
'ts/no-unused-private-class-members'?: Linter.RuleEntry<[]>
|
|
6520
6525
|
/**
|
|
6521
6526
|
* Disallow unused variables
|
|
6522
6527
|
* @see https://typescript-eslint.io/rules/no-unused-vars
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.169.
|
|
3
|
+
"version": "0.169.41",
|
|
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,13 +164,13 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "22.0.3",
|
|
167
|
-
"@storm-software/config": "^1.134.
|
|
168
|
-
"@storm-software/config-tools": "^1.188.
|
|
167
|
+
"@storm-software/config": "^1.134.41",
|
|
168
|
+
"@storm-software/config-tools": "^1.188.41",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
171
|
-
"@typescript-eslint/parser": "^8.
|
|
172
|
-
"@typescript-eslint/utils": "^8.
|
|
173
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
170
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
171
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
172
|
+
"@typescript-eslint/utils": "^8.47.0",
|
|
173
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
174
174
|
"chalk": "^4.1.2",
|
|
175
175
|
"defu": "6.1.4",
|
|
176
176
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "225b086d3e279e6cfb27e454d8bfd186b0c2aeb2"
|
|
245
245
|
}
|