* fix: handle urlencoded array data correctly * fix: don't stringify non-object sample values * fix linter
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
env:
|
|
mocha: true
|
|
rules:
|
|
"react/prop-types": 1 # bah humbug
|
|
"no-unused-vars": 1 # unused vars in tests can be useful for indicating a full signature
|
|
"no-global-assign": 1
|