Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eslintrc in twenty-front #8281

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

BOHEUS
Copy link
Contributor

@BOHEUS BOHEUS commented Nov 1, 2024

This PR deletes additional packages/twenty-front fixing the ESLint error with missing file ESLint Error: ENOENT: no such file or directory, open '~/twenty/packages/twenty-front/packages/twenty-front/folderStructure.json'

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Fixed ESLint configuration in twenty-front package by correcting the path reference to folderStructure.json, resolving the ENOENT error.

  • Updated path in packages/twenty-front/.eslintrc.cjs from 'packages/twenty-front/folderStructure.json' to 'folderStructure.json'
  • Inconsistency remains in parserOptions.project path which still includes 'packages/twenty-front' prefix
  • Path resolution needs to be aligned between project-structure/folder-structure-config-path and parserOptions.project

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant