UNPKG
@justalk/covid19ph-api
Version:
latest (3.1.0)
3.1.0
3.0.0
2.0.0
1.0.0
API for COVID 19 Cases in the Philippines
github.com/JustalK/COVID19PH-API
JustalK/COVID19PH-API
@justalk/covid19ph-api
/
.xo-config.js
14 lines
(13 loc)
•
322 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= {
"esnext"
:
true
,
"rules"
: {
"camelcase"
:
0
,
"no-unused-vars"
:
0
,
"unicorn/filename-case"
:
0
,
"unicorn/no-fn-reference-in-iterator"
:
0
,
"unicorn/prefer-number-properties"
:
0
,
"no-async-promise-executor"
:
0
,
"ava/no-import-test-files"
:
0
,
"max-params"
:
0
} }