2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-01 07:14:28 +00:00

Fix indent rule

This commit is contained in:
Oliver Walters
2021-08-30 21:25:43 +10:00
parent 4ffcf48ab3
commit 6dde353646
+1 -3
View File
@@ -7,8 +7,6 @@ extends:
- google
parserOptions:
ecmaVersion: 12
rules: {
rules:
indent:
- error
- 4
}