UNPKG
na-error-propagation
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Calculates the error propagation
github.com/tfoxy/na-error-propagation
tfoxy/na-error-propagation
na-error-propagation
/
.jshintrc
15 lines
(14 loc)
•
214 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"curly"
:
true
,
"eqeqeq"
:
true
,
"freeze"
:
true
,
"indent"
:
2
,
"maxdepth"
:
5
,
"newcap"
:
true
,
"noarg"
:
true
,
"validthis"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"browser"
:
true
,
"node"
:
true
}