Skip to content

Commit

Permalink
try to fix the import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson committed Sep 10, 2024
1 parent 1c7fcfb commit 074b664
Show file tree
Hide file tree
Showing 8 changed files with 1,556 additions and 1,359 deletions.
67 changes: 17 additions & 50 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"tslint": "^6.1.3",
"typescript": "^5.5.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pipeline-templates/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- template: install-node.yaml
- bash: |
npm install -g eslint@^8.57.0 @typescript-eslint/parser@^8.0.0 @typescript-eslint/eslint-plugin@^8.0.0 --reg https://registry.npmjs.org/ --verbose
npm install eslint@^8.57.0 @typescript-eslint/parser@^8.0.0 @typescript-eslint/eslint-plugin@^8.0.0 --reg https://registry.npmjs.org/ --save-dev --verbose
npm run lint
displayName: 🧶 Run Lint
4 changes: 2 additions & 2 deletions sample/package-lock.json

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

6 changes: 3 additions & 3 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"strict": true /* enable all strict type-checking options */
},
"exclude": [
"**/node_modules",
"**/.vscode-test",
"**/dist",
"**/node_modules/**",
"**/.vscode-test/**",
"**/dist/**",
]
}
Loading

0 comments on commit 074b664

Please sign in to comment.