UNPKG
@vlad-yakovlev/poker
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Texas Hold'em poker library
github.com/vlad-iakovlev/poker
vlad-iakovlev/poker
@vlad-yakovlev/poker
/
lefthook.yml
15 lines
(14 loc)
•
316 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pre-commit:
commands:
compile:
run:
npm
run
compile
lint:
glob:
'*.{js,ts}'
run:
npx
eslint
--fix
{
staged_files
}
stage_fixed:
true
prettier:
glob:
'*.{js,ts,md,json}'
run:
npx
prettier
--write
{
staged_files
}
stage_fixed:
true
test:
run:
npm
run
test