mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #339] [MERGED] Share global eslint opt and move prettier config #996
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/eslint-prettier-config📝 Commits (7)
0088646Share global eslint opt and move prettier configad2a881Add no-shadow and no-unused-vars rules74ff372Merge branch 'master' into fix/eslint-prettier-configfd5db8fFix lockfile05ea80fPrevent another lockfile than package-lock.json (npm) from being createda4a1eabFix lockfile......... againa6251e7Fix 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.