Skip to content

Commit

Permalink
* eslint-plugin-unicorn ^26.0.1 → ^27.0.0
Browse files Browse the repository at this point in the history
* karma                         ^6.0.0  →   ^6.0.1
* rollup                       ^2.37.0  →  ^2.38.0
  • Loading branch information
XhmikosR committed Jan 23, 2021
1 parent 7e370bf commit bf5c89b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 47 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -44,6 +44,7 @@
"unicorn/consistent-function-scoping": "off",
"unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
Expand All @@ -53,6 +54,7 @@
"unicorn/prefer-dom-node-remove": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off"
}
}
63 changes: 19 additions & 44 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -115,14 +115,14 @@
"eslint": "^7.18.0",
"eslint-config-xo": "^0.34.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^26.0.1",
"eslint-plugin-unicorn": "^27.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.68.0",
"ip": "^1.1.5",
"jquery": "^3.5.1",
"karma": "^6.0.0",
"karma": "^6.0.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
Expand All @@ -137,7 +137,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"rollup": "^2.37.0",
"rollup": "^2.38.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.0.0",
"sass": "^1.32.5",
Expand Down
1 change: 1 addition & 0 deletions site/.eslintrc.json
Expand Up @@ -33,6 +33,7 @@
"never"
],
"strict": "error",
"unicorn/no-array-for-each": "off",
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/prefer-dom-node-append": "off",
Expand Down

0 comments on commit bf5c89b

Please sign in to comment.