Forked from gatsby-theme-bch-wallet

This commit is contained in:
Chris Troutner
2022-04-11 16:33:03 -07:00
commit 3ed3531cb0
69 changed files with 59089 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "standard",
"env": {
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 10
},
"rules": {
"no-unused-vars": "off"
}
}