Add "no-debugger" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-29 21:39:44 +02:00
parent 6b4191f5e0
commit 4bb728da79

View File

@ -64,5 +64,6 @@ module.exports = {
],
"eqeqeq": "error",
"no-const-assign": "error",
"no-debugger": "error",
}
};