Do not disable require-atomic-updates and no-unused-vars
This commit is contained in:
@@ -30,18 +30,12 @@ module.exports = {
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"require-atomic-updates": [
|
||||
"off"
|
||||
],
|
||||
"no-useless-escape": [
|
||||
"off"
|
||||
],
|
||||
"no-control-regex": [
|
||||
"off"
|
||||
],
|
||||
"no-unused-vars": [
|
||||
"off"
|
||||
],
|
||||
"no-empty": [
|
||||
"off"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user