mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
change lint rules
This commit is contained in:
@@ -23,6 +23,15 @@
|
|||||||
"no-undef": "off",
|
"no-undef": "off",
|
||||||
"no-return-assign": "warn",
|
"no-return-assign": "warn",
|
||||||
"prefer-promise-reject-errors": "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