UNPKG
lfo-for-modv
Version:
latest (0.0.1)
0.0.1
LFOs in JavaScript
github.com/2xAA/LFO.js
2xAA/LFO.js
lfo-for-modv
/
.eslintrc.js
15 lines
•
311 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= {
"extends"
:
"airbnb-base"
,
"plugins"
: [
"import"
],
"rules"
: {
"no-param-reassign"
:
0
,
"no-plusplus"
:
0
,
"no-continue"
:
0
,
"no-console"
:
0
,
"no-mixed-operators"
:
0
,
"no-restricted-syntax"
:
0
,
"no-underscore-dangle"
:
0
, } };