Merge pull request #542 from JohnXLivingston/dependabot/npm_and_yarn/eslint-config-love-66.0.0
Bump eslint-config-love from 64.0.0 to 66.0.0
This commit is contained in:
commit
3c93aad053
@ -70,6 +70,7 @@ export default tseslint.config(
|
||||
'@typescript-eslint/no-confusing-void-expression': 'off',
|
||||
'@typescript-eslint/class-methods-use-this': 'off',
|
||||
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
||||
'@typescript-eslint/no-magic-numbers': 'off',
|
||||
'max-len': [
|
||||
'error',
|
||||
{
|
||||
@ -104,6 +105,7 @@ export default tseslint.config(
|
||||
'@typescript-eslint/no-confusing-void-expression': 'off',
|
||||
'@typescript-eslint/class-methods-use-this': 'off',
|
||||
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
||||
'@typescript-eslint/no-magic-numbers': 'off',
|
||||
|
||||
'max-params': 'off',
|
||||
'init-declarations': 'off',
|
||||
|
14
package-lock.json
generated
14
package-lock.json
generated
@ -42,7 +42,7 @@
|
||||
"commander": "^12.1.0",
|
||||
"esbuild": "^0.23.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-love": "^64.0.0",
|
||||
"eslint-config-love": "^66.0.0",
|
||||
"eslint-plugin-lit": "^1.15.0",
|
||||
"globals": "^15.9.0",
|
||||
"lit": "^3.2.0",
|
||||
@ -6707,9 +6707,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-config-love": {
|
||||
"version": "64.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-64.0.0.tgz",
|
||||
"integrity": "sha512-b223cA724uh7AomGxc4orLsAsTQloJr/dNO6+ZVmDtl6bKHoUJGPZd2aG+EoOINUdkDucHWJ+p6q/qPwshO/0w==",
|
||||
"version": "66.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-66.0.0.tgz",
|
||||
"integrity": "sha512-Op6YXKED9jFjdrg0wA/pUcnMla0IO0oN5S0OLRykboCa00ilLS82+dXoeIGMIBI0Q7Ik03X9fOes+jXZ4yL7pQ==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -18051,9 +18051,9 @@
|
||||
}
|
||||
},
|
||||
"eslint-config-love": {
|
||||
"version": "64.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-64.0.0.tgz",
|
||||
"integrity": "sha512-b223cA724uh7AomGxc4orLsAsTQloJr/dNO6+ZVmDtl6bKHoUJGPZd2aG+EoOINUdkDucHWJ+p6q/qPwshO/0w==",
|
||||
"version": "66.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-love/-/eslint-config-love-66.0.0.tgz",
|
||||
"integrity": "sha512-Op6YXKED9jFjdrg0wA/pUcnMla0IO0oN5S0OLRykboCa00ilLS82+dXoeIGMIBI0Q7Ik03X9fOes+jXZ4yL7pQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
|
@ -59,7 +59,7 @@
|
||||
"commander": "^12.1.0",
|
||||
"esbuild": "^0.23.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-love": "^64.0.0",
|
||||
"eslint-config-love": "^66.0.0",
|
||||
"eslint-plugin-lit": "^1.15.0",
|
||||
"globals": "^15.9.0",
|
||||
"lit": "^3.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user