Skip to content

Commit

Permalink
Enhancement: Deprecation eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinM85 committed Sep 13, 2024
1 parent c81c0a9 commit 2b34143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ module.exports = {
"plugins": [
"@typescript-eslint",
"cli-microsoft365",
"mocha",
"deprecation"
"mocha"
],
"ignorePatterns": [
"**/package-generate/assets/**",
Expand Down Expand Up @@ -240,8 +239,7 @@ module.exports = {
],
"@typescript-eslint/explicit-function-return-type": ["error", { "allowExpressions": true }],
"mocha/no-identical-title": "error",
"@typescript-eslint/no-floating-promises": "error",
"deprecation/deprecation": "error"
"@typescript-eslint/no-floating-promises": "error"
},
"overrides": [
{
Expand Down
15 changes: 0 additions & 15 deletions npm-shrinkwrap.json

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

0 comments on commit 2b34143

Please sign in to comment.