mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
14 lines
174 B
JSON
14 lines
174 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 10
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": "off"
|
|
}
|
|
}
|