Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
* eslint                        ^6.8.0  →   ^7.0.0
* eslint-plugin-unicorn        ^19.0.1  →  ^20.0.0
* karma-jasmine-html-reporter   ^1.5.3  →   ^1.5.4
* lockfile-lint                 ^4.2.2  →   ^4.3.3
* rollup                        ^2.9.1  →  ^2.10.0
  • Loading branch information
XhmikosR committed May 13, 2020
1 parent 97eb2c1 commit 2e4281e
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 509 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -43,11 +43,13 @@
"unicorn/no-for-loop": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
"unicorn/no-useless-undefined": "off",
"unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-set-has": "off",
"unicorn/prevent-abbreviations": "off"
Expand Down

0 comments on commit 2e4281e

Please sign in to comment.