0bb5ae5a02
* ci(pre-commit): add pre-commit ci badge * ci(pre-commit ci): add eslint extra dependencies * test(server test): remove to short timeout from rest tests * ci(pre-commit ci): add eslint as dependenency * ci(circle ci): remove linting from circle ci since its moved to pre-commit ci
17 lines
519 B
YAML
17 lines
519 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
rev: 'v8.11.0' # Use the sha / tag you want to point at
|
|
hooks:
|
|
- id: eslint
|
|
# files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
|
|
# types: [file]
|
|
additional_dependencies:
|
|
- eslint@8.11.0
|
|
- eslint-config-prettier@8.5.0
|
|
- eslint-plugin-vue@8.5.0
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: 'v2.5.1' # Use the sha / tag you want to point at
|
|
hooks:
|
|
- id: prettier
|