Skip to content

Conversation

ehmicky
Copy link
Contributor

@ehmicky ehmicky commented Dec 3, 2021

This PR inlines the React and HTML-specific inline configurations, so that consumers do not have to manually specify it like in framework-info, which is more convenient.

More importantly, this enforces consistent linting of *.jsx and *.html files across our repositories.

@ehmicky ehmicky added the type: chore work needed to keep the product and development running smoothly label Dec 3, 2021
@ehmicky ehmicky self-assigned this Dec 3, 2021
{
files: ['*.jsx'],
parserOptions: {
ecmaVersion: ECMA_VERSION,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I do not think ecmaVersion: 6 was needed here. Please correct me if I am wrong about this.

@ehmicky ehmicky changed the title chore!: inline react and HTML linting configs chore!: inline React and HTML linting configs Dec 3, 2021
@kodiakhq kodiakhq bot merged commit ad43851 into main Dec 6, 2021
@kodiakhq kodiakhq bot deleted the chore/html-react branch December 6, 2021 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants