@storm-software/eslint 0.170.111 → 0.170.113
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-T7B3V7KM.js → chunk-GMEN6WMS.js} +1 -1
- package/dist/preset.cjs +148 -141
- package/dist/preset.js +138 -137
- package/dist/{src-Y47HAE7H.js → src-6A2K6H36.js} +2 -2
- package/dist/types.d.cts +5 -1
- package/dist/types.d.ts +5 -1
- package/package.json +12 -12
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 -->
|
|
@@ -118,9 +118,9 @@ var GLOB_EXCLUDE = [
|
|
|
118
118
|
"**/vitest.workspace.{js,ts,cjs,cts,mjs,mts,json}",
|
|
119
119
|
"**/*.spec.{ts,tsx}",
|
|
120
120
|
"**/*.test.{ts,tsx}",
|
|
121
|
-
"**/output",
|
|
122
121
|
"**/temp",
|
|
123
122
|
"**/.temp",
|
|
123
|
+
"**/.output",
|
|
124
124
|
"**/.history",
|
|
125
125
|
"**/.vitepress/cache",
|
|
126
126
|
"**/.nuxt",
|