wallet-core/node_modules/liftoff/.jshintrc

12 lines
145 B
Plaintext
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"undef": true,
"unused": true,
"node": true,
"esnext": true,
"expr": true,
"globals": {
"describe": true,
"it": true
}
}