@storm-software/eslint 0.145.16 → 0.145.17
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-43SHHUWH.js → chunk-SRHSKJB5.js} +1 -2
- package/dist/{chunk-K6WEV3VZ.js → chunk-TBQNKXDY.js} +2 -2
- package/dist/{chunk-UFT2M4YA.js → chunk-XNCBYAYL.js} +1 -1
- package/dist/preset.js +8 -4
- 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 -->
|
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-TBQNKXDY.js";
|
|
15
|
+
import "./chunk-XNCBYAYL.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-SRHSKJB5.js";
|
|
44
44
|
import {
|
|
45
45
|
findWorkspaceRoot
|
|
46
46
|
} from "./chunk-7JRBTALJ.js";
|
|
@@ -3077,6 +3077,7 @@ async function markdown(options = {}) {
|
|
|
3077
3077
|
GLOB_MARKDOWN
|
|
3078
3078
|
], overrides = {} } = options;
|
|
3079
3079
|
const markdown1 = await interopDefault(import("@eslint/markdown"));
|
|
3080
|
+
const workspaceRoot = findWorkspaceRoot();
|
|
3080
3081
|
return [
|
|
3081
3082
|
{
|
|
3082
3083
|
name: "storm/markdown/setup",
|
|
@@ -3112,6 +3113,8 @@ async function markdown(options = {}) {
|
|
|
3112
3113
|
],
|
|
3113
3114
|
languageOptions: {
|
|
3114
3115
|
parserOptions: {
|
|
3116
|
+
projectService: true,
|
|
3117
|
+
tsconfigRootDir: workspaceRoot,
|
|
3115
3118
|
ecmaFeatures: {
|
|
3116
3119
|
impliedStrict: true
|
|
3117
3120
|
}
|
|
@@ -4262,7 +4265,8 @@ async function typescript(options = {}) {
|
|
|
4262
4265
|
...typeAware ? {
|
|
4263
4266
|
projectService: {
|
|
4264
4267
|
allowDefaultProject: [
|
|
4265
|
-
"./*.js"
|
|
4268
|
+
"./*.js",
|
|
4269
|
+
"./*.ts"
|
|
4266
4270
|
],
|
|
4267
4271
|
defaultProject: tsconfigPath
|
|
4268
4272
|
},
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
banner_plugin_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-TBQNKXDY.js";
|
|
4
|
+
import "../chunk-XNCBYAYL.js";
|
|
5
|
+
import "../chunk-SRHSKJB5.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