@effect-app/eslint-shared-config 0.3.3 → 0.3.4

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - eb86b8e: oops
8
+ - @effect-app/eslint-codegen-model@1.45.0
9
+
3
10
  ## 0.3.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/eslint-shared-config",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -1,13 +1,14 @@
1
- diff --git a/node_modules/@ben_12/eslint-plugin-dprint/dist/lib/dprint/dprint.js b/node_modules/@ben_12/eslint-plugin-dprint/dist/lib/dprint/dprint.js
2
- index eb3339fc5d824d061c4dc2ca2ecd4a1c28e8631b..9bf942db4e76d76f3bd7c74c122eec9d307b7e84 100644
3
- --- a/node_modules/@ben_12/eslint-plugin-dprint/dist/lib/dprint/dprint.js
4
- +++ b/node_modules/@ben_12/eslint-plugin-dprint/dist/lib/dprint/dprint.js
5
- @@ -117,7 +118,7 @@ function getFormatter(filePath, configName, configFile) {
1
+ diff --git a/dist/lib/dprint/dprint.js b/dist/lib/dprint/dprint.js
2
+ index 124201205c4c8f12942bae72018e4bc6351d5c2f..d73dc4f147957331d4bdd29b9451f7947d4312a5 100644
3
+ --- a/dist/lib/dprint/dprint.js
4
+ +++ b/dist/lib/dprint/dprint.js
5
+ @@ -117,7 +117,8 @@ function getFormatter(filePath, configName, configFile, log = true) {
6
6
  return formatter;
7
7
  }
8
- else if (isPluginName(configName)) {
8
+ else if (isPluginName(configName) && log) {
9
9
  - console.warn("File %s not supported by %s", filePath, pluginsName[configName]);
10
+ + // silenced to reduce noise
10
11
  + //console.warn("File %s not supported by %s", filePath, pluginsName[configName]);
11
12
  }
12
13
  }
13
- else if (isPluginName(configName)) {
14
+ else if (isPluginName(configName) && log) {