remove indentation from eslintrc

remove indentation from eslintrc as it confilicts with prettifier
This commit is contained in:
Ole Morud
2022-08-22 22:38:30 +02:00
parent fd5fb174a8
commit 7be64cd1d7

View File

@@ -15,9 +15,6 @@ plugins:
- react
- '@typescript-eslint'
rules:
indent:
- error
- 2
linebreak-style:
- error
- unix