UNPKG
node-osu
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
A library for interacting with the osu api
github.com/brussell98/node-osu
brussell98/node-osu
node-osu
/
.codeclimate.yml
19 lines
(18 loc)
•
282 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
engines:
eslint:
enabled:
true
channel:
"eslint-5"
config:
.eslintrc.js
duplication:
enabled:
false
config:
languages:
-
javascript
fixme:
enabled:
true
ratings:
paths:
-
"**.js"
exclude_paths:
-
test/*
-
examples/*