comply with linter; ignore tests dir
Showing
... | @@ -28,6 +28,11 @@ | ... | @@ -28,6 +28,11 @@ |
"bugs": { | "bugs": { | ||
"url": "https://github.com/ethereum/remix-tests/issues" | "url": "https://github.com/ethereum/remix-tests/issues" | ||
}, | }, | ||
"standard": { | |||
"ignore": [ | |||
"tests/" | |||
] | |||
}, | |||
"homepage": "https://github.com/ethereum/remix-tests#readme", | "homepage": "https://github.com/ethereum/remix-tests#readme", | ||
"dependencies": { | "dependencies": { | ||
"change-case": "^3.0.1", | "change-case": "^3.0.1", | ||
... | ... |
Please
register
or
sign in
to comment