]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 4 May 2021 12:57:55 +0000 (15:57 +0300)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 12:57:55 +0000 (15:57 +0300)
* 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](https://github.com/xojs/eslint-config-xo/compare/v0.35.0...v0.36.0)

Signed-off-by: dependabot[bot] <support@github.com>
* Adapt config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.eslintrc.json
package-lock.json
package.json
site/.eslintrc.json

index 52645ee3d00a42f2391b8b08ee1c47a96b1b7d74..3d86cbdef318392153ec437ba12b5ab3fde28ed2 100644 (file)
@@ -4,7 +4,7 @@
     "plugin:import/errors",
     "plugin:import/warnings",
     "plugin:unicorn/recommended",
-    "xo/esnext",
+    "xo",
     "xo/browser"
   ],
   "rules": {
index bd4e65726ba219bc93349b09d438e1a882d70397..14529b817ffe2899cec1ca19c2852b9151ce73f3 100644 (file)
       }
     },
     "eslint-config-xo": {
-      "version": "0.35.0",
-      "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.35.0.tgz",
-      "integrity": "sha512-+WyZTLWUJlvExFrBU/Ldw8AB/S0d3x+26JQdBWbcqig2ZaWh0zinYcHok+ET4IoPaEcRRf3FE9kjItNVjBwnAg==",
+      "version": "0.36.0",
+      "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.36.0.tgz",
+      "integrity": "sha512-RCaqCyI38awe3qgiO0Z8CqHs9yw7dMKdV6ZRTFSR7lm0//370tbDEZaQBXnztgpwe5m6D+VvFWc3vLMP/W6EAg==",
       "dev": true,
       "requires": {
         "confusing-browser-globals": "1.0.10"
index 8925da590a961252859fdc105e042dfce41e68b5..317c56318d44a490aff4dfbd945e41e1f98ace39 100644 (file)
     "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",
index 6c78209d2d46b3f6ff6850602da2b76e32365547..b34d3315155a66f95b35712eec739ec5a5c3bbef 100644 (file)
       "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"