Skip to content

[JS] ComparisionOperatorLevelRule - #8

Open
trolit wants to merge 1 commit into
mainfrom
feature/comparision-operator-level-rule-test
Open

[JS] ComparisionOperatorLevelRule #8
trolit wants to merge 1 commit into
mainfrom
feature/comparision-operator-level-rule-test

Conversation

@trolit

@trolit trolit commented Jul 31, 2022

Copy link
Copy Markdown
Owner

No description provided.

Comment thread eee.js
@@ -0,0 +1,17 @@
const a = 3;

if (a == 2) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It seems that marked fragment includes comparision pattern. If it's raw text, ignore this comment or consider using unicode representation of = character or escape it with backslash.

Allowed comparision patterns: (===, !==, Object.is)

Comment thread eee.js
console.log('3');
}

const b = a == 2 ? 1 : 0;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

It seems that marked fragment includes comparision pattern. If it's raw text, ignore this comment or consider using unicode representation of = character or escape it with backslash.

Allowed comparision patterns: (===, !==, Object.is)

@patchron

patchron Bot commented Jul 31, 2022

Copy link
Copy Markdown

pull request review completed

💬 2 comment(s) require attention.
🔨 1 commit(s)
➕ 17 additions
➖ 0 deletions
➗ 1 changed files

@trolit
trolit force-pushed the main branch 3 times, most recently from 459394f to d8a500d Compare September 2, 2022 18:10
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.

1 participant