UNPKG
origins
Version:
latest (0.1.0-beta)
0.1.0-beta
JavaScript client for Origins REST service
github.com/cbmi/origins-js/
cbmi/origins-js
origins
/
config.json
13 lines
(12 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"indentation"
:
4
,
"camel_case_classes"
:
true
,
"no_trailing_semicolons"
:
true
,
"no_entry_param_list"
:
true
,
"no_tabs"
:
true
,
"no_trailing_whitespace"
:
true
,
"no_throwing_strings"
:
true
,
"no_backticks"
:
true
,
"line_endings"
:
true
,
"no_stand_along_at"
:
true
}