coding standard
Showing
... | @@ -39,6 +39,10 @@ | ... | @@ -39,6 +39,10 @@ |
}, | }, | ||
"homepage": "https://github.com/ethereum/remix#readme", | "homepage": "https://github.com/ethereum/remix#readme", | ||
"standard": { | "standard": { | ||
"global": ["web3"] | "global": ["web3"], | ||
"ignore": [ | |||
"node_modules/*", | |||
"build/*" | |||
] | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment