mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Merge pull request #5200 from mempool/mononaut/no-trailing-spaces
no trailing spaces
This commit is contained in:
commit
2c2a6ee872
2 changed files with 4 additions and 2 deletions
|
|
@ -34,6 +34,7 @@
|
|||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||
"semi": 1,
|
||||
"curly": [1, "all"],
|
||||
"eqeqeq": 1
|
||||
"eqeqeq": 1,
|
||||
"no-trailing-spaces": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
"quotes": [1, "single", { "allowTemplateLiterals": true }],
|
||||
"semi": 1,
|
||||
"curly": [1, "all"],
|
||||
"eqeqeq": 1
|
||||
"eqeqeq": 1,
|
||||
"no-trailing-spaces": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue