Add "no-self-compare" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:14:07 +02:00
parent e7d1b5a952
commit 584eec6c26

View File

@ -73,5 +73,6 @@ module.exports = {
"no-fallthrough": "error",
"no-invalid-regexp": "error",
"no-import-assign": "error",
"no-self-compare": "error",
}
};