make indentation consistent

This commit is contained in:
j3d1 2023-11-27 01:14:52 +01:00
parent d52575aa42
commit 9f63414ba2
27 changed files with 858 additions and 804 deletions

View file

@ -17,8 +17,7 @@ module.exports = {
'rules': {
"no-console": "off",
'indent': [
'error',
2
'error', 4
],
'linebreak-style': [
'off',