Update eslint-plugin-unicorn to v18.0.0 (#30461)

This commit is contained in:
XhmikosR 2020-03-26 17:49:45 +02:00 committed by GitHub
parent b9bc5beb1d
commit 860b511e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View file

@ -45,7 +45,9 @@
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-set-has": "off",
"unicorn/prefer-text-content": "off",
"unicorn/prevent-abbreviations": "off"
}