Skip to content

fix(eslint-config): allowed double quotes to avoid escaping to match …#806

Open
mineralsfree wants to merge 1 commit into
NorthernTechHQ:mainfrom
mineralsfree:fix/eslint-quotes
Open

fix(eslint-config): allowed double quotes to avoid escaping to match …#806
mineralsfree wants to merge 1 commit into
NorthernTechHQ:mainfrom
mineralsfree:fix/eslint-quotes

Conversation

@mineralsfree

Copy link
Copy Markdown
Contributor

…prettier

…prettier

Signed-off-by: Mikita Pilinka <mikita.pilinka@northern.tech>
@mineralsfree mineralsfree requested a review from a team as a code owner June 29, 2026 15:54
'no-prototype-builtins': 'off',
'no-unused-vars': 'off',
quotes: ['error', 'single', { allowTemplateLiterals: true }],
quotes: ['error', 'single', { allowTemplateLiterals: true, avoidEscape: true }],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

IMO backticks work for this purpose already...

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