Skip to content

Commit

Permalink
AmazonQ
Browse files Browse the repository at this point in the history
1) Fix for the lint command
  • Loading branch information
ppiliaev committed Nov 15, 2023
1 parent 5f61132 commit 23ca2e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ CHANGELOG.md
src/shared/telemetry/service-2.json
.changes
src/testFixtures/**
*.d.ts
*.gen.ts
src/testFixtures/**
dist/**
types/*.d.ts
src.gen/**
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4123,8 +4123,9 @@
"test": "npm run testCompile && ts-node ./scripts/test/test.ts && npm run report",
"testE2E": "npm run testCompile && ts-node ./scripts/test/testE2E.ts && npm run report",
"testInteg": "npm run testCompile && ts-node ./scripts/test/testInteg.ts && npm run report",
"lint": "ts-node ./scripts/lint/testLint.ts && npm run prettier --check src",
"lint": "ts-node ./scripts/lint/testLint.ts && npm run format",
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts . && npm run formatfix",
"format": "prettier --check src",
"formatfix": "prettier --write src",
"package": "ts-node ./scripts/build/package.ts",
"install-plugin": "vsce package -o aws-toolkit-vscode-test.vsix && code --install-extension aws-toolkit-vscode-test.vsix",
Expand Down

0 comments on commit 23ca2e8

Please sign in to comment.