Sync FreshRSS
This commit is contained in:
parent
01aa9bba93
commit
f6e63d20e3
3 changed files with 3 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ export default [
|
||||||
"args": "none",
|
"args": "none",
|
||||||
"caughtErrors": "none",
|
"caughtErrors": "none",
|
||||||
}],
|
}],
|
||||||
|
"object-shorthand": "off",
|
||||||
"yoda": "off",
|
"yoda": "off",
|
||||||
"@stylistic/indent": ["warn", "tab", { "SwitchCase": 1 }],
|
"@stylistic/indent": ["warn", "tab", { "SwitchCase": 1 }],
|
||||||
"@stylistic/linebreak-style": ["error", "unix"],
|
"@stylistic/linebreak-style": ["error", "unix"],
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -20,7 +20,7 @@
|
||||||
"stylelint-order": "^6.0.4"
|
"stylelint-order": "^6.0.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"license": "see each extension",
|
"license": "see each extension",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"eslint": "eslint .",
|
"eslint": "eslint .",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue