Skip to content

Commit

Permalink
Fix lint command in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiJiang committed Dec 11, 2024
1 parent 13c5f9e commit 6ad9528
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 37 deletions.
38 changes: 2 additions & 36 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
{
files: ['*.ts', '*.tsx'],
parserOptions: {
project: './packages/cli/tsconfig.json',
project: './tsconfig.json',
ecmaVersion: 'latest',
sourceType: 'module',
},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"devDependencies": {
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3882,6 +3882,7 @@ __metadata:
dependencies:
"@ironclad/rivet-node": "workspace:^"
"@types/yargs": "npm:^17.0.29"
"@typescript-eslint/eslint-plugin": "npm:^6.9.0"
eslint: "npm:^8.52.0"
eslint-config-standard-with-typescript: "npm:^39.1.1"
eslint-plugin-import: "npm:^2.29.0"
Expand Down

0 comments on commit 6ad9528

Please sign in to comment.