projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add api documentation in readme
[oweals/peertube.git]
/
.codeclimate.yml
1
---
2
engines:
3
csslint:
4
enabled: false
5
duplication:
6
enabled: true
7
config:
8
languages:
9
- typescript
10
eslint:
11
enabled: true
12
fixme:
13
enabled: true
14
ratings:
15
paths:
16
- "**.css"
17
- "**.js"
18
exclude_paths:
19
- config/
20
- node_modules/
21
- scripts/
22
- server/tests/
23
- .tmp/