Skip to content

Commit

Permalink
Updated computed-property-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 26, 2023
1 parent b182b78 commit 2634a11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions designs/2023-rule-options-defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ The following matched rules will not use <code>meta.defaultOptions</code> becaus
- When given `options: [{ minItems: null }]`:
- Current normalized options: `[ { minItems: null } ]`, with implicit `multiline: false`
- Updated normalized options: `[ { minItems: null, multiline: true } ]`
- `computed-property-spacing`:
- Presumed `defaultOptions: ["never"]`
- Note that `default: true` should also be removed from its `meta.schema`'s object `enforceForClassMembers` property
- When given `["always", {}]`:
- Current normalized `options.enforceForClassMembers`: `true`
- Updated normalized `options.enforceForClassMembers`: `undefined`
- `object-curly-newline`:
- Presumed `defaultOptions: [{ consistent: true }]`
- When given `options: [{ multiline: true, minProperties: 2 }]`:
Expand Down

0 comments on commit 2634a11

Please sign in to comment.