Skip to content

Commit

Permalink
Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)
Browse files Browse the repository at this point in the history
* Bump eslint-config-xo from 0.35.0 to 0.36.0

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.35.0 to 0.36.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.35.0...v0.36.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Adapt config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
  • Loading branch information
dependabot[bot] and XhmikosR authored May 4, 2021
1 parent cb38744 commit 6633845
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:unicorn/recommended",
"xo/esnext",
"xo",
"xo/browser"
],
"rules": {
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 @@ -113,7 +113,7 @@
"clean-css-cli": "^5.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"eslint-config-xo": "^0.35.0",
"eslint-config-xo": "^0.36.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^31.0.0",
"find-unused-sass-variables": "^3.1.0",
Expand Down
4 changes: 4 additions & 0 deletions site/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
"always-multiline"
],
"no-new": "off",
"no-var": "off",
"object-curly-spacing": [
"error",
"always"
],
"object-shorthand": "off",
"prefer-arrow-callback": "off",
"prefer-destructuring": "off",
"semi": [
"error",
"never"
Expand Down

0 comments on commit 6633845

Please sign in to comment.