mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
Update rules
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@
|
||||
"rules": {
|
||||
"semi": [2, "never"],
|
||||
"no-param-reassign": [2, { "props": false }],
|
||||
"strict": 0
|
||||
"strict": 0,
|
||||
"comma-dangle": [2, "never"]
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
|
||||
Reference in New Issue
Block a user