mirror of https://github.com/ColorlibHQ/AdminLTE
Bump eslint-config-xo from 0.36.0 to 0.38.0 (#3878)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>pull/3903/head
parent
e7d58e2746
commit
e066cc400f
|
@ -12,7 +12,12 @@
|
||||||
"jquery": true
|
"jquery": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"arrow-body-style": "off",
|
||||||
"capitalized-comments": "off",
|
"capitalized-comments": "off",
|
||||||
|
"comma-dangle": [
|
||||||
|
"error",
|
||||||
|
"never"
|
||||||
|
],
|
||||||
"eqeqeq": "off",
|
"eqeqeq": "off",
|
||||||
"indent": [
|
"indent": [
|
||||||
"error",
|
"error",
|
||||||
|
@ -39,8 +44,13 @@
|
||||||
"error",
|
"error",
|
||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
|
"operator-linebreak": [
|
||||||
|
"error",
|
||||||
|
"after"
|
||||||
|
],
|
||||||
"prefer-template": "error",
|
"prefer-template": "error",
|
||||||
"prefer-named-capture-group": "off",
|
"prefer-named-capture-group": "off",
|
||||||
|
|
||||||
"semi": [
|
"semi": [
|
||||||
"error",
|
"error",
|
||||||
"never"
|
"never"
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"capitalized-comments": "off",
|
"capitalized-comments": "off",
|
||||||
|
"comma-dangle": [
|
||||||
|
"error",
|
||||||
|
"never"
|
||||||
|
],
|
||||||
"indent": [
|
"indent": [
|
||||||
"error",
|
"error",
|
||||||
2,
|
2,
|
||||||
|
|
|
@ -4679,9 +4679,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-config-xo": {
|
"eslint-config-xo": {
|
||||||
"version": "0.36.0",
|
"version": "0.38.0",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.36.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.38.0.tgz",
|
||||||
"integrity": "sha512-RCaqCyI38awe3qgiO0Z8CqHs9yw7dMKdV6ZRTFSR7lm0//370tbDEZaQBXnztgpwe5m6D+VvFWc3vLMP/W6EAg==",
|
"integrity": "sha512-G2jL+VyfkcZW8GoTmqLsExvrWssBedSoaQQ11vyhflDeT3csMdBVp0On+AVijrRuvgmkWeDwwUL5Rj0qDRHK6g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"confusing-browser-globals": "1.0.10"
|
"confusing-browser-globals": "1.0.10"
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
"clean-css-cli": "^5.3.3",
|
"clean-css-cli": "^5.3.3",
|
||||||
"concurrently": "^6.2.1",
|
"concurrently": "^6.2.1",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-xo": "^0.36.0",
|
"eslint-config-xo": "^0.38.0",
|
||||||
"eslint-plugin-compat": "^3.13.0",
|
"eslint-plugin-compat": "^3.13.0",
|
||||||
"eslint-plugin-import": "^2.24.1",
|
"eslint-plugin-import": "^2.24.1",
|
||||||
"eslint-plugin-unicorn": "^35.0.0",
|
"eslint-plugin-unicorn": "^35.0.0",
|
||||||
|
|
Loading…
Reference in New Issue