Skip to content

Commit 6633845

Browse files
Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)
* 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]>
1 parent cb38744 commit 6633845

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"plugin:import/errors",
55
"plugin:import/warnings",
66
"plugin:unicorn/recommended",
7-
"xo/esnext",
7+
"xo",
88
"xo/browser"
99
],
1010
"rules": {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"clean-css-cli": "^5.3.0",
114114
"cross-env": "^7.0.3",
115115
"eslint": "^7.25.0",
116-
"eslint-config-xo": "^0.35.0",
116+
"eslint-config-xo": "^0.36.0",
117117
"eslint-plugin-import": "^2.22.1",
118118
"eslint-plugin-unicorn": "^31.0.0",
119119
"find-unused-sass-variables": "^3.1.0",

site/.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@
2424
"always-multiline"
2525
],
2626
"no-new": "off",
27+
"no-var": "off",
2728
"object-curly-spacing": [
2829
"error",
2930
"always"
3031
],
32+
"object-shorthand": "off",
33+
"prefer-arrow-callback": "off",
34+
"prefer-destructuring": "off",
3135
"semi": [
3236
"error",
3337
"never"

0 commit comments

Comments
 (0)