mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
eqeqeq
This commit is contained in:
parent
c1162dd74b
commit
56ff4153ba
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
|||
"no-nested-ternary": "off",
|
||||
"react-hooks/rules-of-hooks": "off",
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
"eqeqeq": "off",
|
||||
"no-else-return": "off",
|
||||
"import/no-extraneous-dependencies": "off"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ function parseComand({ start, makiFile, length, pos }) {
|
|||
argType: opcodeToArgType(opcode),
|
||||
};
|
||||
|
||||
if (command.argType == "NONE") {
|
||||
if (command.argType === "NONE") {
|
||||
return command;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue