Skip to content

Commit

Permalink
Merge pull request #167 from h2floh/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint/eslint-plugin-8.2.0

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 8.2.0
  • Loading branch information
h2floh authored Aug 26, 2024
2 parents c71963e + 8e86de3 commit 96c2246
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 188 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@ module.exports = {
"default": "array"
}
],
"@typescript-eslint/ban-types": [
"error",
{
"types": {
"Object": {
"message": "Avoid using the `Object` type. Did you mean `object`?"
},
"Function": {
"message": "Avoid using the `Function` type. Prefer a specific function type, like `() => void`."
},
"Boolean": {
"message": "Avoid using the `Boolean` type. Did you mean `boolean`?"
},
"Number": {
"message": "Avoid using the `Number` type. Did you mean `number`?"
},
"String": {
"message": "Avoid using the `String` type. Did you mean `string`?"
},
"Symbol": {
"message": "Avoid using the `Symbol` type. Did you mean `symbol`?"
}
}
}
],
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/dot-notation": "error",
"@typescript-eslint/explicit-function-return-type": "off",
Expand Down
2 changes: 1 addition & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "azure-dev-ops-react-ui-unit-testing",
"publisher": "nonexistingpublisher",
"version": "0.1.97",
"version": "0.1.99",
"name": "Azure DevOps ReactUI Testing",
"description": "Showcasing Azure DevOps React based UI Extension unit testing for an advanced example.",
"categories": [
Expand Down
212 changes: 60 additions & 152 deletions package-lock.json

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

Loading

0 comments on commit 96c2246

Please sign in to comment.