Align CI rules with main FreshRSS repository (#243)

* Align CI rules with main FreshRSS repository
Including:
* https://github.com/FreshRSS/FreshRSS/pull/6666
* https://github.com/FreshRSS/FreshRSS/pull/6668

* Sync FreshRSS
This commit is contained in:
Alexandre Alapetite 2024-08-01 20:31:57 +02:00 committed by GitHub
parent 64b5ac4abe
commit f845a6d085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1096 additions and 1309 deletions

View file

@ -31,18 +31,18 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"markdownlint-cli": "^0.37.0",
"markdownlint-cli": "^0.41.0",
"rtlcss": "^4.1.1",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-order": "^6.0.3",
"stylelint-stylistic": "^0.4.3"
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
"@stylistic/stylelint-plugin": "^2.1.2"
},
"rtlcssConfig": {}
}