@storm-software/eslint 0.145.14 → 0.145.16
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/{chunk-AIKLBIPC.js → chunk-43SHHUWH.js} +3 -2
- package/dist/{chunk-VMGPCABA.js → chunk-K6WEV3VZ.js} +2 -2
- package/dist/{chunk-ZUIV57VZ.js → chunk-UFT2M4YA.js} +1 -1
- package/dist/preset.js +3 -3
- package/dist/utils/banner-plugin.js +3 -3
- package/dist/utils/constants.js +1 -1
- package/dist/utils/get-file-banner.js +2 -2
- package/dist/utils/index.js +1 -1
- 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 -->
|
|
@@ -117,13 +117,14 @@ var GLOB_EXCLUDE = [
|
|
|
117
117
|
"**/.output",
|
|
118
118
|
"**/.vite-inspect",
|
|
119
119
|
"**/.yarn",
|
|
120
|
-
"**/vite.config.*.timestamp-*",
|
|
121
120
|
"**/CHANGELOG*.md",
|
|
122
121
|
"**/*.min.*",
|
|
123
122
|
"**/LICENSE*",
|
|
124
123
|
"**/__snapshots__",
|
|
125
124
|
"**/auto-import?(s).d.ts",
|
|
126
|
-
"**/components.d.ts"
|
|
125
|
+
"**/components.d.ts",
|
|
126
|
+
"**/vite.config.*.timestamp-*",
|
|
127
|
+
"**/jest.config.*"
|
|
127
128
|
];
|
|
128
129
|
|
|
129
130
|
export {
|
package/dist/preset.js
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
} from "./chunk-D3EN5HD2.js";
|
|
12
12
|
import {
|
|
13
13
|
banner_plugin_default
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-K6WEV3VZ.js";
|
|
15
|
+
import "./chunk-UFT2M4YA.js";
|
|
16
16
|
import {
|
|
17
17
|
GLOB_ASTRO,
|
|
18
18
|
GLOB_ASTRO_TS,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
GLOB_TSX,
|
|
41
41
|
GLOB_XML,
|
|
42
42
|
GLOB_YAML
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-43SHHUWH.js";
|
|
44
44
|
import {
|
|
45
45
|
findWorkspaceRoot
|
|
46
46
|
} from "./chunk-7JRBTALJ.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
banner_plugin_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-K6WEV3VZ.js";
|
|
4
|
+
import "../chunk-UFT2M4YA.js";
|
|
5
|
+
import "../chunk-43SHHUWH.js";
|
|
6
6
|
import "../chunk-SHUYVCID.js";
|
|
7
7
|
export {
|
|
8
8
|
banner_plugin_default as default
|
package/dist/utils/constants.js
CHANGED
package/dist/utils/index.js
CHANGED
package/package.json
CHANGED