Skip to content

Commit 39b877f

Browse files
matijssindresorhus
authored andcommitted
Add missing rule to example package.json (#66)
1 parent 204a095 commit 39b877f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Configure it in `package.json`.
4141
"unicorn/throw-new-error": "error",
4242
"unicorn/number-literal-case": "error",
4343
"unicorn/no-array-instanceof": "error",
44-
"unicorn/no-new-buffer": "error"
44+
"unicorn/no-new-buffer": "error",
45+
"unicorn/no-hex-escape": "error"
4546
}
4647
}
4748
}

0 commit comments

Comments
 (0)