fix lint/prettier
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"scripts": { | "scripts": { | ||
"typecheck": "tsc --noEmit", | "typecheck": "tsc --noEmit", | ||
"lint": "yarn eslint && yarn typecheck && yarn prettier", | "lint": "yarn eslint && yarn typecheck && yarn prettier", | ||
"prettier": "prettier --check '{*,**/*}.json'", | |||
"fix:eslint": "eslint --fix", | "fix:eslint": "eslint --fix", | ||
"fix:prettier": "prettier --write", | "fix:prettier": "prettier --write", | ||
"fix": "yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'", | "fix": "yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'", | ||
... | @@ -36,6 +37,7 @@ | ... | @@ -36,6 +37,7 @@ |
"dotenv": "^16.0.1", | "dotenv": "^16.0.1", | ||
"nodemon": "^2.0.13", | "nodemon": "^2.0.13", | ||
"opstooling-js-style": "https://github.com/paritytech/opstooling-js-style#master", | "opstooling-js-style": "https://github.com/paritytech/opstooling-js-style#master", | ||
"prettier": "^2.7.1", | |||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"smee-client": "^1.2.2", | "smee-client": "^1.2.2", | ||
"ts-node": "^10.3.0", | "ts-node": "^10.3.0", | ||
... | @@ -44,4 +46,4 @@ | ... | @@ -44,4 +46,4 @@ |
"engines": { | "engines": { | ||
"node": ">= 10.13.0" | "node": ">= 10.13.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment