set indent to 2 spaces

This commit is contained in:
busti 2019-11-13 22:21:58 +01:00
parent 62fd6afed3
commit 62e3854f38

View file

@ -17,7 +17,7 @@ module.exports = {
'rules': {
'indent': [
'error',
4
2
],
'linebreak-style': [
'error',