mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge branch 'master' into 4-digit-access-codes
This commit is contained in:
@@ -23,6 +23,15 @@
|
||||
"no-undef": "off",
|
||||
"no-return-assign": "warn",
|
||||
"prefer-promise-reject-errors": "warn",
|
||||
"no-trailing-spaces": "off"
|
||||
"no-trailing-spaces": "off",
|
||||
"space-unary-ops": [
|
||||
2, {
|
||||
"words": true,
|
||||
"nonwords": false,
|
||||
"overrides": {
|
||||
"--": true,
|
||||
"++": true
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user