[PR #339] [MERGED] Share global eslint opt and move prettier config #996

Closed
opened 2026-02-04 21:42:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/339
Author: @raflymln
Created: 11/20/2022
Status: Merged
Merged: 11/20/2022
Merged by: @meltyshev

Base: masterHead: fix/eslint-prettier-config


📝 Commits (7)

  • 0088646 Share global eslint opt and move prettier config
  • ad2a881 Add no-shadow and no-unused-vars rules
  • 74ff372 Merge branch 'master' into fix/eslint-prettier-config
  • fd5db8f Fix lockfile
  • 05ea80f Prevent another lockfile than package-lock.json (npm) from being created
  • a4a1eab Fix lockfile......... again
  • a6251e7 Fix wrong configuration

📊 Changes

7 files changed (+1820 additions, -252 deletions)

View changed files

📝 .gitignore (+7 -0)
📝 client/package-lock.json (+17 -106)
📝 client/package.json (+2 -15)
📝 package-lock.json (+1752 -9)
📝 package.json (+23 -0)
📝 server/package-lock.json (+17 -106)
📝 server/package.json (+2 -16)

📄 Description

Share global eslint config from its root project to keep it low maintenance and reduce dry code

Also move prettier config to it's own object to make all files including css, json, etc follows this rules, otherwise this rules will only works on eslint coverage files


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/339 **Author:** [@raflymln](https://github.com/raflymln) **Created:** 11/20/2022 **Status:** ✅ Merged **Merged:** 11/20/2022 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/eslint-prettier-config` --- ### 📝 Commits (7) - [`0088646`](https://github.com/plankanban/planka/commit/0088646b70a9bcfe221b5a97e19eae6b90d03b1c) Share global eslint opt and move prettier config - [`ad2a881`](https://github.com/plankanban/planka/commit/ad2a881e6ed58c10c75c3a8b2fec8fec0afaf38a) Add no-shadow and no-unused-vars rules - [`74ff372`](https://github.com/plankanban/planka/commit/74ff3724a3f3c4b5e398e4e5cda8ca55811087a2) Merge branch 'master' into fix/eslint-prettier-config - [`fd5db8f`](https://github.com/plankanban/planka/commit/fd5db8fc480a4c4709a14d0aed0905822c8fd199) Fix lockfile - [`05ea80f`](https://github.com/plankanban/planka/commit/05ea80f5d0e4ff617371e7114855378f1c0c16ef) Prevent another lockfile than package-lock.json (npm) from being created - [`a4a1eab`](https://github.com/plankanban/planka/commit/a4a1eab4460c250ff25cdf68a72537a2231e5dbd) Fix lockfile......... again - [`a6251e7`](https://github.com/plankanban/planka/commit/a6251e71e4a047e7717d59bb1a48c2d3932190b5) Fix wrong configuration ### 📊 Changes **7 files changed** (+1820 additions, -252 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+7 -0) 📝 `client/package-lock.json` (+17 -106) 📝 `client/package.json` (+2 -15) 📝 `package-lock.json` (+1752 -9) 📝 `package.json` (+23 -0) 📝 `server/package-lock.json` (+17 -106) 📝 `server/package.json` (+2 -16) </details> ### 📄 Description Share global eslint config from its root project to keep it low maintenance and reduce dry code Also move prettier config to it's own object to make all files including css, json, etc follows this rules, otherwise this rules will only works on eslint coverage files --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:42:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#996