Bugzilla – Attachment 174853 Details for
Bug 38149
Make ESLint config compatible with version 9 and have ESLint and Prettier installed by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38149: Add ESLint & prettier to package.json
Bug-38149-Add-ESLint--prettier-to-packagejson.patch (text/plain), 1.00 KB, created by
Victor Grousset/tuxayo
on 2024-11-20 18:58:06 UTC
(
hide
)
Description:
Bug 38149: Add ESLint & prettier to package.json
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-11-20 18:58:06 UTC
Size:
1.00 KB
patch
obsolete
>From 4c55eca0777caca24972026a7a7b2f3a4403e36f Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Fri, 11 Oct 2024 04:01:50 +0200 >Subject: [PATCH] Bug 38149: Add ESLint & prettier to package.json > >And upgrade eslint-plugin-prettier > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > package.json | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/package.json b/package.json >index 1040420d1c..3453e70f95 100644 >--- a/package.json >+++ b/package.json >@@ -78,6 +78,7 @@ > "babelify": "^10.0.0", > "browserify": "^17.0.0", > "clean-webpack-plugin": "^4.0.0", >+ "eslint": "^9.12.0", > "eslint-config-prettier": "^9.1.0", > "eslint-plugin-prettier": "^5.1.3", > "gulp-tap": "^1.0.1", >@@ -85,6 +86,7 @@ > "node-sass-tilde-importer": "^1.0.2", > "postcss": "^8.4.14", > "postcss-selector-parser": "^6.0.10", >+ "prettier": "^3.3.3", > "stylelint": "^14.9.1", > "stylelint-config-standard-scss": "^5.0.0", > "stylelint-order": "^5.0.0", >-- >2.47.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38149
:
172682
|
172683
|
173010
|
173011
|
173012
|
174426
|
174427
|
174428
|
174852
| 174853 |
174854