mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
15 lines
170 B
YAML
15 lines
170 B
YAML
engines:
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.js"
|
|
exclude_paths:
|
|
- "**.min.js"
|
|
- karma*.conf.js
|
|
- prism/**/*
|
|
- test/**/*
|
|
- .*
|