@storm-software/eslint 0.169.82 → 0.169.83

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 +1 -1
  2. package/package.json +2 -2
package/dist/preset.js CHANGED
@@ -6979,7 +6979,7 @@ async function jsonc(options = {}) {
6979
6979
  const {
6980
6980
  files = [GLOB_JSON, GLOB_JSON5, GLOB_JSONC],
6981
6981
  overrides = {},
6982
- stylistic: stylistic2 = true
6982
+ stylistic: stylistic2 = false
6983
6983
  } = options;
6984
6984
  const { indent = 2 } = typeof stylistic2 === "boolean" ? {} : stylistic2;
6985
6985
  const [pluginJsonc, parserJsonc] = await Promise.all([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.82",
3
+ "version": "0.169.83",
4
4
  "type": "module",
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -241,5 +241,5 @@
241
241
  },
242
242
  "publishConfig": { "access": "public" },
243
243
  "sideEffects": false,
244
- "gitHead": "0305bdb839af50999ab4680248db5dd2c4994ef3"
244
+ "gitHead": "86f3b992bd770d4734a52bdc62f83dfb4b545b75"
245
245
  }