Skip to content

Conversation

HemanthPaila
Copy link

Copy link
Collaborator

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Make sure if your editor is set up to run prettier or any autoformatter, that you disable those - formatters should only be ran on a repo where the repo is set up to use one explicitly

@@ -3,532 +3,645 @@ module.exports = {
// enforce line breaks after opening and before closing array brackets
// https://eslint.org/docs/rules/array-bracket-newline
// TODO: enable? semver-major
'array-bracket-newline': ['off', 'consistent'], // object option alternative: { multiline: true, minItems: 3 }
"array-bracket-newline": ["off", "consistent"], // object option alternative: { multiline: true, minItems: 3 }
Copy link
Collaborator

Choose a reason for hiding this comment

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

please revert the unrelated and incorrect formatting (this guide requires JS to use single quotes)

Copy link
Author

Choose a reason for hiding this comment

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

ok @ljharb

@HemanthPaila
Copy link
Author

sir i am closing now and i will make PR again.

@HemanthPaila HemanthPaila reopened this Apr 2, 2023
@ljharb
Copy link
Collaborator

ljharb commented Apr 2, 2023

Please reuse this one, and do not create a new one.

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.

3 participants