4 spaces for indent
This commit is contained in:
parent
fc125ca20c
commit
4ffcf48ab3
|
|
@ -7,4 +7,8 @@ extends:
|
||||||
- google
|
- google
|
||||||
parserOptions:
|
parserOptions:
|
||||||
ecmaVersion: 12
|
ecmaVersion: 12
|
||||||
rules: {}
|
rules: {
|
||||||
|
indent:
|
||||||
|
- error
|
||||||
|
- 4
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue