forked from FOSS/BangleApps
fix regex complaint
parent
addf3ceaa2
commit
28c9dc67c6
|
@ -155,6 +155,7 @@
|
|||
// TODO: "no-undef": "warn",
|
||||
"no-undef": "off",
|
||||
"no-unused-vars": "off",
|
||||
"no-useless-escape": "off"
|
||||
"no-useless-escape": "off",
|
||||
"no-control-regex" : "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue