Refactor Priority Queue.

This commit is contained in:
Oleksii Trekhleb 2018-04-03 18:18:04 +03:00
parent 138c3d9905
commit 72baedeb89

View File

@ -8,6 +8,6 @@
"rules": { "rules": {
"no-bitwise": "off", "no-bitwise": "off",
"no-lonely-if": "off", "no-lonely-if": "off",
"class-methods-use-this": "warn" "class-methods-use-this": "off"
} }
} }