mirror of https://github.com/ColorlibHQ/AdminLTE
Bump eslint-config-xo from 0.35.0 to 0.36.0 (#3610)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>pull/3623/head
parent
6fe60d9a22
commit
584e1e6c48
|
@ -5,7 +5,7 @@
|
|||
"plugin:import/errors",
|
||||
"plugin:import/warnings",
|
||||
"plugin:unicorn/recommended",
|
||||
"xo/esnext",
|
||||
"xo",
|
||||
"xo/browser"
|
||||
],
|
||||
"env": {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -4447,9 +4447,9 @@
|
|||
}
|
||||
},
|
||||
"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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue