From 1aa43e894e08815ce153e681f8b119c21e878797 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 28 Oct 2023 14:38:17 +0200 Subject: Dev updates with stylelint-stylistic (#5766) fix https://github.com/FreshRSS/FreshRSS/issues/5592 --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 771ed8261..bc0eaa5e3 100644 --- a/package.json +++ b/package.json @@ -33,17 +33,18 @@ "fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix" }, "devDependencies": { - "eslint": "^8.51.0", + "eslint": "^8.52.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-import": "^2.28.1", - "eslint-plugin-n": "^16.1.0", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1", "markdownlint-cli": "^0.37.0", "rtlcss": "^4.1.1", - "sass": "^1.69.0", - "stylelint": "^15.10.3", + "sass": "^1.69.5", + "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.0.0", - "stylelint-order": "^6.0.3" + "stylelint-order": "^6.0.3", + "stylelint-stylistic": "^0.4.3" }, "rtlcssConfig": {} } -- cgit v1.2.3