@hughescr/eslint-config-default 3.0.1 → 3.0.2

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/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -95,7 +95,7 @@ const recommendedRules = {
95
95
  '@stylistic/comma-style': ['error', 'last'],
96
96
  '@stylistic/eol-last': 'warn',
97
97
  '@stylistic/func-call-spacing': 'warn',
98
- '@stylistic/indent': ['warn', 4, { SwitchCase: 1 }],
98
+ '@stylistic/indent': ['warn', 4, { SwitchCase: 1, MemberExpression: 'off' }],
99
99
  '@stylistic/keyword-spacing': ['warn', {
100
100
  before: true,
101
101
  after: true,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.0.1",
6
+ "version": "3.0.2",
7
7
  "description": "Default base config for eslint",
8
8
  "main": "index.mjs",
9
9
  "repository": {