Skip to content

Commit

Permalink
chore(deps): declare lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 23, 2025
1 parent 84de9e4 commit 6a16ddb
Show file tree
Hide file tree
Showing 2 changed files with 2,086 additions and 35 deletions.
8 changes: 6 additions & 2 deletions a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@
"build:submissions": "scripts/build-all-submissions.sh",
"build:synthetic-chain": "yarn synthetic-chain build",
"lint-fix": "yarn lint:eslint --fix",
"lint": "../node_modules/.bin/run-s --continue-on-error 'lint:*'",
"lint": "run-s --continue-on-error 'lint:*'",
"lint:types": "find proposals -maxdepth 2 -name package.json -type f -exec ../node_modules/.bin/tsc -p '{}'/.. ';'",
"lint:eslint": "../node_modules/.bin/eslint .",
"lint:eslint": "eslint .",
"test": "yarn synthetic-chain test",
"doctor": "yarn synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.5.1",
"@types/better-sqlite3": "^7.6.11"
},
"devDependencies": {
"eslint": "^8.57.1",
"npm-run-all": "^4.1.5"
},
"packageManager": "[email protected]",
"license": "Apache-2.0"
}
Loading

0 comments on commit 6a16ddb

Please sign in to comment.