Skip to content

Commit

Permalink
Update eslint-plugin-unicorn to v18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 26, 2020
1 parent b9bc5be commit 86178b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -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"
}
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,7 +103,7 @@
"eslint": "^6.8.0",
"eslint-config-xo": "^0.29.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-unicorn": "^17.2.0",
"eslint-plugin-unicorn": "^18.0.0",
"find-unused-sass-variables": "^1.0.5",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
Expand Down

0 comments on commit 86178b7

Please sign in to comment.