diff options
| author | 2023-10-28 14:38:17 +0200 | |
|---|---|---|
| committer | 2023-10-28 14:38:17 +0200 | |
| commit | 1aa43e894e08815ce153e681f8b119c21e878797 (patch) | |
| tree | af1f7b5f9269be4d2edd5612c35ac676dff73191 /package.json | |
| parent | 98aa0b474e806f51171ec1835ba80fad0d9a4e5c (diff) | |
Dev updates with stylelint-stylistic (#5766)
fix https://github.com/FreshRSS/FreshRSS/issues/5592
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 7 insertions, 6 deletions
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": {} } |
