Replies: 2 comments 2 replies
-
We've had a few requests to remove the |
Beta Was this translation helpful? Give feedback.
2 replies
-
The final solution to this for the moment: To include a dotted folder for eslint, create a file named |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Maybe someone had this issue and could give me a tip on how to solve it.
I can't seem to find a way to add the dotted directory
.tina
to be picked up by my IDEs eslint autofixer and code formatting (Webstorm). There is an option to triggereslint --fix
on a glob pattern of files and directories, problem is, there is only one rule that can be set and dotted files and directories seem to be excluded by default.Is there a way to change Tina's working directory to a non-dotted one? Why is it hidden in the first place? That seems not very intuitive as code changes are necessary and therefore, no need for it to be hidden, technically. no?
I will try to solve the issue with symlinks, maybe that will do the trick. but that's not really nice. I would prefer being able to set the tina directory to be part of my
src
folder instead.Beta Was this translation helpful? Give feedback.
All reactions