tokenbridge/commons/.eslintrc

13 lines
148 B
Plaintext
Raw Normal View History

{
"extends": [
"airbnb-base",
"../.eslintrc"
],
"rules": {
"no-unused-expressions": "off"
},
"env": {
"mocha": true
}
}