Skip to content

Commit

Permalink
Update src/rules/no-unnormalized-keys.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic committed Nov 21, 2024
1 parent 33ec035 commit 99a32b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-unnormalized-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default {
type: "object",
properties: {
form: {
type: "string",
enum: ["NFC", "NFD", "NFKC", "NFKD"],
},
},
Expand Down

0 comments on commit 99a32b2

Please sign in to comment.