# Introduction Dispatching root package.json devDeps, prod deps Taking care of keeping non imported module used at build/ci level in the root package.json ## Motivation Avoid redundant deps declaration, better scoping allow better workspace deps granularity installation. <img width="385" height="247" alt="image" src="https://github.com/user-attachments/assets/9d7162ec-ba01-4f58-8563-38333733fdf0" /> --------- Co-authored-by: Charles Bochet <charles@twenty.com>
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"name": "twenty-oxlint-rules",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@oxlint/plugins": "^1.51.0"
|
|
}
|
|
}
|