Skip to content

Commit

Permalink
change summary for lib/config/flat-config-schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 21, 2023
1 parent dae4ce0 commit 614feaf
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ This allows us to get the new functionality out to users as soon as possible as

### Code Changes

- `conf/flat-config-schema.js` - also support string / number type
- `conf/default-cli-options.js` - use new default
- `lib/options.js` - also support string / number type and use new default for the option
- `lib/config/flat-config-schema.js` - also support string / number type, add new default value
- `lib/options.js` - support new options and types of values
- Something like `type: "Boolean|String|Number"` and `enum: ["true", "false", "error", "warn", "off", "0", "1", "2"]`
- When processing the config or CLI options, convert any boolean value provided to a severity level
- Anywhere `reportUnusedDisableDirectives` is passed around as a boolean needs to change to using a severity level
Expand Down

0 comments on commit 614feaf

Please sign in to comment.