0
Fork 0
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:
Juan Picado @jotadeveloper 2018-04-30 18:34:55 +02:00
parent 101fd78b0d
commit 16fc854f57
No known key found for this signature in database
GPG key ID: 18AC54485952D158
7 changed files with 467 additions and 467 deletions

View file

@ -30,7 +30,7 @@
"__APP_VERSION__": true
},
"rules": {
"no-tabs": 0,
"no-tabs": 2,
"keyword-spacing": 0,
"padded-blocks": 0,
"no-useless-escape": 0,