We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a095 commit 39b877fCopy full SHA for 39b877f
readme.md
@@ -41,7 +41,8 @@ Configure it in `package.json`.
41
"unicorn/throw-new-error": "error",
42
"unicorn/number-literal-case": "error",
43
"unicorn/no-array-instanceof": "error",
44
- "unicorn/no-new-buffer": "error"
+ "unicorn/no-new-buffer": "error",
45
+ "unicorn/no-hex-escape": "error"
46
}
47
48
0 commit comments