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 Aug 15, 2024
1 parent 776b32f commit 974af73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 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
16 changes: 0 additions & 16 deletions npm-shrinkwrap.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-plugin-cli-microsoft365": "file:eslint-rules",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-mocha": "^10.4.3",
"mocha": "^10.5.2",
"rimraf": "^5.0.7",
Expand Down

0 comments on commit 974af73

Please sign in to comment.