@storm-software/eslint 0.145.13 → 0.145.14
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.d.ts +1 -1
- package/dist/preset.js +1 -1
- package/dist/types.d.ts +662 -292
- package/package.json +1 -1
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.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Linter } from 'eslint';
|
|
2
2
|
import { FlatConfigComposer } from 'eslint-flat-config-utils';
|
|
3
|
-
import { OptionsConfig,
|
|
3
|
+
import { OptionsConfig, TypedFlatConfigItem, Awaitable, ConfigNames, RuleOptions } from './types.js';
|
|
4
4
|
import '@nx/eslint-plugin/src/utils/runtime-lint-utils';
|
|
5
5
|
import '@stylistic/eslint-plugin';
|
|
6
6
|
import '@typescript-eslint/parser';
|
package/dist/preset.js
CHANGED
|
@@ -811,7 +811,7 @@ import { default as default4 } from "eslint-plugin-n";
|
|
|
811
811
|
import { default as default5 } from "eslint-plugin-no-secrets";
|
|
812
812
|
import { default as default6 } from "eslint-plugin-perfectionist";
|
|
813
813
|
|
|
814
|
-
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=
|
|
814
|
+
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=72dcde755c336eeca3e6170de1106fd85ecb66171e060788f80_c181f521aad000c211a6aa41fe87e6e0/node_modules/eslint-plugin-pnpm/dist/index.mjs
|
|
815
815
|
import * as jsoncParser from "jsonc-eslint-parser";
|
|
816
816
|
import * as yamlParser from "yaml-eslint-parser";
|
|
817
817
|
import fs, { existsSync, readFileSync } from "node:fs";
|