mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
no trailing spaces
This commit is contained in:
parent
0c72e1b6ed
commit
7d0720d55f
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