Sync FreshRSS

This commit is contained in:
Alexandre Alapetite 2024-08-03 11:21:28 +02:00
parent 01aa9bba93
commit f6e63d20e3
No known key found for this signature in database
GPG key ID: A24378C38E812B23
3 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -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": {

View file

@ -17,7 +17,7 @@
}, },
"license": "see each extension", "license": "see each extension",
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"scripts": { "scripts": {
"eslint": "eslint .", "eslint": "eslint .",