Skip to content

Commit

Permalink
revert(core): changes to core
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed May 23, 2023
1 parent 5814961 commit 5b39c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/ruleset/meta/shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"$anchor": "severity",
"oneOf": [
{
"$ref": "#/%24defs/DiagnosticSeverity"
"$ref": "#/$defs/DiagnosticSeverity"
},
{
"$ref": "#/%24defs/HumanReadableSeverity"
"$ref": "#/$defs/HumanReadableSeverity"
}
],
"errorMessage": "the value has to be one of: 0, 1, 2, 3 or \"error\", \"warn\", \"info\", \"hint\", \"off\""
Expand Down

0 comments on commit 5b39c15

Please sign in to comment.