Add eslint (#741)
This commit is contained in:
parent
953428cad5
commit
62417f7fb8
72 changed files with 305 additions and 323 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const SPECIALCHARS = /([\\\.\?\+\*\$\^\|\(\)\[\]\{\}])/g;
|
||||
const SPECIALCHARS = /([\\.?+*$^|()[\]{}])/g;
|
||||
|
||||
class CamoConfig {
|
||||
constructor(config = { camo: { enabled: false } }) {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ class EmailConfig {
|
|||
getPassword() {
|
||||
return smtp.password;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const reset = config['password-reset'];
|
||||
this._reset = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue