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

feat: add root eslintrc; resolves #205 #212

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

RobertAKARobin
Copy link
Contributor

With a root .eslintrc, we can start making pull requests to add specific style rules. Thanks!

@RobertAKARobin RobertAKARobin changed the title Add root eslint; fixes #205 feat: add root eslint; resolves #205 Aug 27, 2024
@RobertAKARobin RobertAKARobin changed the title feat: add root eslint; resolves #205 feat: add root eslintrc; resolves #205 Aug 27, 2024
"javascript", // ...
"html" // Add "html" to enable linting `.html` files.
]
"eslint.validate": ["javascript"]
Copy link
Owner

Choose a reason for hiding this comment

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

Is there a reason you removed “html”?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yeonjuan Oops! Fixed.

Copy link
Owner

@yeonjuan yeonjuan left a comment

Choose a reason for hiding this comment

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

LGTM! 👍 Thanks!

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.

2 participants