mobile-friendly #3

Merged
gator merged 22 commits from mobile-friendly into dev 2022-12-04 18:49:16 +01:00
Showing only changes of commit f318350149 - Show all commits

8
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,8 @@
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.28.0'
hooks:
- id: eslint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v2.7.1'
hooks:
- id: prettier