diff --git a/modules/allowances/package.json b/modules/allowances/package.json index 1f68711f..f3a87b90 100644 --- a/modules/allowances/package.json +++ b/modules/allowances/package.json @@ -17,7 +17,9 @@ "prepare": "pnpm run clean && npm run build", "lint": "pnpm run lint:sol && npm run lint:ts", "lint:sol": "solhint 'contracts/**/*.sol'", - "lint:ts": "eslint 'tasks/**/*.ts' 'test/**/*.ts' --max-warnings 0 --fix", + "lint:sol:fix": "solhint 'contracts/**/*.sol' --fix", + "lint:ts": "eslint 'tasks/**/*.ts' 'test/**/*.ts' --max-warnings 0", + "lint:ts:fix": "eslint 'tasks/**/*.ts' 'test/**/*.ts' --max-warnings 0 --fix", "fmt": "pnpm run fmt:sol:write && npm run fmt:ts:write", "fmt:check": "pnpm run fmt:sol:check && npm run fmt:ts:check", "fmt:sol:check": "prettier 'contracts/**/*.sol' --check",