mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add unicorn/no-document-cookie
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
cbbb8dfe28
commit
8837b8737b
@ -186,6 +186,7 @@
|
|||||||
"unicorn/no-array-for-each": "error",
|
"unicorn/no-array-for-each": "error",
|
||||||
"unicorn/no-array-method-this-argument": "error",
|
"unicorn/no-array-method-this-argument": "error",
|
||||||
"unicorn/no-array-push-push": "error",
|
"unicorn/no-array-push-push": "error",
|
||||||
|
"unicorn/no-document-cookie": "error",
|
||||||
"unicorn/no-hex-escape": "error",
|
"unicorn/no-hex-escape": "error",
|
||||||
"unicorn/no-instanceof-array": "error",
|
"unicorn/no-instanceof-array": "error",
|
||||||
"unicorn/no-this-assignment": "error",
|
"unicorn/no-this-assignment": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user