|
@@ -32,7 +32,7 @@
|
|
|
],
|
|
|
"scripts": {
|
|
|
"test": "wsrun --serial test",
|
|
|
- "lint": "eslint --ignore-path .gitignore .",
|
|
|
+ "lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
|
|
|
"build": "yarn workspace @joystream/storage-cli run build",
|
|
|
"checks": "yarn lint && prettier . --check",
|
|
|
"format": "prettier . --write"
|