.editorconfig
indent_size = 2
indent_size = 4
.eslintrc.js
'indent': ['error', 4, { 'SwitchCase': 1 }]