mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
11 lines
127 B
JSON
11 lines
127 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
}
|
|
}
|