@storm-software/eslint 0.169.78 → 0.169.79

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.
Files changed (2) hide show
  1. package/dist/preset.js +3 -3
  2. package/package.json +3 -3
package/dist/preset.js CHANGED
@@ -2097,12 +2097,12 @@ function isUnicodeSupported() {
2097
2097
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
2098
2098
  var CONSOLE_ICONS = {
2099
2099
  [LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
2100
- [LogLevelLabel.FATAL]: useIcon("\u{1F480}", "\xD7"),
2100
+ [LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
2101
2101
  [LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
2102
- [LogLevelLabel.INFO]: useIcon("\u2139", "i"),
2102
+ [LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
2103
2103
  [LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
2104
2104
  [LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
2105
- [LogLevelLabel.TRACE]: useIcon("\u{1F6E0}", "T"),
2105
+ [LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
2106
2106
  [LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
2107
2107
  };
2108
2108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.78",
3
+ "version": "0.169.79",
4
4
  "type": "module",
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -165,7 +165,7 @@
165
165
  "@eslint/markdown": "^6.6.0",
166
166
  "@nx/eslint-plugin": "^22.3.3",
167
167
  "@storm-software/config": "^1.135.0",
168
- "@storm-software/config-tools": "^1.188.77",
168
+ "@storm-software/config-tools": "^1.188.78",
169
169
  "@stylistic/eslint-plugin": "^4.4.1",
170
170
  "@typescript-eslint/eslint-plugin": "^8.50.1",
171
171
  "@typescript-eslint/parser": "^8.50.1",
@@ -241,5 +241,5 @@
241
241
  },
242
242
  "publishConfig": { "access": "public" },
243
243
  "sideEffects": false,
244
- "gitHead": "d07f74f1d50951459260d2738dea47586e194f7f"
244
+ "gitHead": "3053ec1a8f1bd29d0303c98c1fad84c2613b7b97"
245
245
  }