Enforce no mixed tabs and spaces

stable/1.0.x
Alex Gleason 2020-04-18 14:04:18 -05:00
rodzic 59096462ca
commit ce19fc3cde
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ module.exports = {
],
'no-fallthrough': 'error',
'no-irregular-whitespace': 'error',
'no-mixed-spaces-and-tabs': 'warn',
'no-mixed-spaces-and-tabs': 'error',
'no-nested-ternary': 'warn',
'no-trailing-spaces': 'warn',
'no-undef': 'error',