Add "no-debugger" eslint rule
This commit is contained in:
parent
6b4191f5e0
commit
4bb728da79
1 changed files with 1 additions and 0 deletions
|
|
@ -64,5 +64,6 @@ module.exports = {
|
|||
],
|
||||
"eqeqeq": "error",
|
||||
"no-const-assign": "error",
|
||||
"no-debugger": "error",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue