2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

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
}