mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
refactor: no tabs, only spaces
disallow tabs over spaces
This commit is contained in:
parent
101fd78b0d
commit
16fc854f57
7 changed files with 467 additions and 467 deletions
|
@ -30,7 +30,7 @@
|
|||
"__APP_VERSION__": true
|
||||
},
|
||||
"rules": {
|
||||
"no-tabs": 0,
|
||||
"no-tabs": 2,
|
||||
"keyword-spacing": 0,
|
||||
"padded-blocks": 0,
|
||||
"no-useless-escape": 0,
|
||||
|
|
Loading…
Reference in a new issue