This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-5999105d-451a-459c-b3ed-9bce71d8c201 XWIKI-23949 Open

Move the eslint configuration in its own package

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-60cdcec0-1239-4040-b1fb-a4b77d5ff8cc Manuel Leduc created this issue on 26/Jan/26 15:21
 
Summary: Move the eslint configuration in its own package
Issue Type: cid:jira-generated-image-avatar-5999105d-451a-459c-b3ed-9bce71d8c201 Task
Affects Versions: 18.0.0-rc-1
Assignee: Unassigned
Components: Node
Created: 26/Jan/26 15:21
Priority: cid:jira-generated-image-static-major-5ac035ce-1bda-49d3-8aab-ae62ded07eec Major
Reporter: Manuel Leduc
Description:

Currently, the eslint configuration is located at the root of the xwiki-platform-node sources.
This is not optimal because:

  • it make it difficult to use for other packages located outside xwiki-platform-node
  • it also make it difficult to reuse for packages located outside xwiki-platform (e.g., cristal, contrib extensions)