Merge pull request #5200 from mempool/mononaut/no-trailing-spaces

no trailing spaces
This commit is contained in:
softsimon 2024-06-24 11:19:40 +09:00 committed by GitHub
commit 2c2a6ee872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,7 @@
"quotes": [1, "single", { "allowTemplateLiterals": true }],
"semi": 1,
"curly": [1, "all"],
"eqeqeq": 1
"eqeqeq": 1,
"no-trailing-spaces": 1
}
}

View File

@ -35,6 +35,7 @@
"quotes": [1, "single", { "allowTemplateLiterals": true }],
"semi": 1,
"curly": [1, "all"],
"eqeqeq": 1
"eqeqeq": 1,
"no-trailing-spaces": 1
}
}