Skip to content

Commit

Permalink
Bump eslint-config-xo from 0.35.0 to 0.36.0 (ColorlibHQ#3610)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
dependabot[bot] and danny007in authored Apr 19, 2021
1 parent 6fe60d9 commit 584e1e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:unicorn/recommended",
"xo/esnext",
"xo",
"xo/browser"
],
"env": {
Expand Down
3 changes: 3 additions & 0 deletions dist/js/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
"error",
"always-multiline"
],
"no-var": "off",
"object-curly-spacing": [
"error",
"always"
],
"object-shorthand": "off",
"prefer-arrow-callback": "off",
"semi": [
"error",
"never"
Expand Down
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"clean-css-cli": "^5.2.2",
"concurrently": "^6.0.2",
"eslint": "^7.24.0",
"eslint-config-xo": "^0.35.0",
"eslint-config-xo": "^0.36.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^29.0.0",
Expand Down

0 comments on commit 584e1e6

Please sign in to comment.