-
Notifications
You must be signed in to change notification settings - Fork 45
/
.pre-commit-config.yaml
48 lines (41 loc) · 1015 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
repos:
- repo: local
hooks:
- id: eslint
name: eslint
entry: eslint
language: node
types_or:
- javascript
additional_dependencies:
- "@eslint/[email protected]"
- "@stylistic/[email protected]"
- id: translation-check
name: translation-check
entry: ./bin/translation-check
language: system
always_run: true
- id: tape
name: tape
entry: tape
language: node
files: .*test.*
types_or:
- javascript
additional_dependencies:
- id: web-ext lint
name: web-ext lint
entry: web-ext lint
language: node
types_or:
- javascript
pass_filenames: false
additional_dependencies:
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
hooks:
- id: actionlint