@storm-software/eslint 0.9.1 → 0.9.3
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/CHANGELOG.md +14 -0
- package/base.js +4 -4
- package/graphql.js +125 -109
- package/index.js +177 -161
- package/json.js +4 -4
- package/markdown.js +29 -13
- package/meta.json +1 -1
- package/next.js +56 -56
- package/package.json +2 -2
- package/react.js +4 -4
- package/recommended.js +29 -13
- package/yml.js +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 0.9.3 (2024-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **deps:** update patch prod dependencies ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
|
|
7
|
+
|
|
8
|
+
## 0.9.2 (2024-06-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Resolved issue with invalid package name in tags ([e40b5387](https://github.com/storm-software/storm-ops/commit/e40b5387))
|
|
14
|
+
|
|
1
15
|
## 0.9.1 (2024-06-15)
|
|
2
16
|
|
|
3
17
|
|
package/base.js
CHANGED
|
@@ -266771,9 +266771,9 @@ var require_prettier_linter_helpers = __commonJS({
|
|
|
266771
266771
|
}
|
|
266772
266772
|
});
|
|
266773
266773
|
|
|
266774
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
266774
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
|
|
266775
266775
|
var require_package6 = __commonJS({
|
|
266776
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
266776
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
|
|
266777
266777
|
module.exports = {
|
|
266778
266778
|
name: "eslint-plugin-prettier",
|
|
266779
266779
|
version: "5.1.3",
|
|
@@ -267342,9 +267342,9 @@ var require_lib8 = __commonJS({
|
|
|
267342
267342
|
}
|
|
267343
267343
|
});
|
|
267344
267344
|
|
|
267345
|
-
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
267345
|
+
// node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
|
|
267346
267346
|
var require_eslint_plugin_prettier = __commonJS({
|
|
267347
|
-
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.
|
|
267347
|
+
"node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
|
|
267348
267348
|
"use strict";
|
|
267349
267349
|
var {
|
|
267350
267350
|
showInvisibles,
|