4 spaces for indent

This commit is contained in:
Oliver Walters 2021-08-30 21:21:26 +10:00
parent fc125ca20c
commit 4ffcf48ab3

View File

@ -7,4 +7,8 @@ extends:
- google
parserOptions:
ecmaVersion: 12
rules: {}
rules: {
indent:
- error
- 4
}