Fix indent rule

This commit is contained in:
Oliver Walters 2021-08-30 21:25:43 +10:00
parent 4ffcf48ab3
commit 6dde353646

View File

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