-
Notifications
You must be signed in to change notification settings - Fork 64
Clean up the root directory by remove unused files #280
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
Conversation
Signed-off-by: Sora Morimoto <[email protected]>
At least, as far as the Makefile is really concerned, we probably moved to the JS based system to get rid of it. So! We can and/or should remove it! The editorconfig is arguable, but it's not necessary at this very moment because it's easy to mess things up in relationship to Prettier and others. We can re-visit if we really need it. |
why delete editorconfig instead of fixing the name to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iiuc we no longer use docker, so this is fine.
I don't think anyone is using it. I am not, but we can keep it if necessary. |
For example, if you change the eol or space settings in the Prettier configuration, which one takes precedence, editorconfig or Prettier? We don't always need more than we need unless we really need it. |
editors, and github.com itself, read editorconfig, and don't generally read prettier settings. I agree they should be kept in sync, but it's better to have two files not in sync, than to lack the universally recognized editorconfig. |
The editorconfig extension in some editors overwrites editor behaviour, and if it behaves differently to Prettier's configuration, things are quite tricky, and while I don't think there are many situations in this project that need editorconfig. So I don't think it will benefit from having that extra layer of complexity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The preferences specified in the .editorConfig
file never seem to be applied due to the file name being wrong, but even with that corrected, it would not be enforced by any tooling (at the moment). Seems fine to let it go for now until that gets implemented. I have been using editorconfig-checker
for enforcement in my other projects, but that can probably come later if desired (it seems so).
The Makefile
, on the other hand, appears to have become obsoleted with migration to Eleventy.
I would like to circle back to this real quick just to make sure we have the proper resolution. Regarding how Prettier interacts with options specified in
So, evidently, Prettier does respect the options specified in What do you all think? If there are no objections, I might go for it if that's alright. |
I totally missed it! I would love to take a care of it when it gets open. |
@smorimoto, I got it started over at #293 — seems other open PR is currently handling re-adding of the |
No description provided.