2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

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 - google
parserOptions: parserOptions:
ecmaVersion: 12 ecmaVersion: 12
rules: { rules:
indent: indent:
- error
- 4 - 4
}