Skip to content

Commit

Permalink
chore: enable formatting in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 3, 2025
1 parent 6d283f6 commit 051545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"release:vscode": "cd packages/vscode && npm run release",
"start": "node packages/cli/bin/tsslint.js",
"lint": "node packages/cli/bin/tsslint.js --project packages/*/tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"lint:fix": "npm run lint -- --fix --vscode-settings .vscode/settings.json",
"lint:fixtures": "node packages/cli/bin/tsslint.js --project fixtures/*/tsconfig.json --vue-project fixtures/meta-frameworks-support/tsconfig.json --mdx-project fixtures/meta-frameworks-support/tsconfig.json --astro-project fixtures/meta-frameworks-support/tsconfig.json"
},
"devDependencies": {
Expand Down

0 comments on commit 051545e

Please sign in to comment.