Skip to content

Commit

Permalink
ban the usage of Endpoint type (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
le-cong authored Nov 20, 2024
1 parent c39901a commit 1f47f29
Show file tree
Hide file tree
Showing 13 changed files with 268 additions and 181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copyright (c) 2021-2024 [Check Digit, LLC](https://checkdigit.com)
- `@checkdigit/no-side-effects`
- `@checkdigit/no-promise-instance-method`
- `@checkdigit/invalid-json-stringify`
- `@checkdigit/no-full-response`
- `@checkdigit/no-legacy-service-typing`
- `@checkdigit/require-resolve-full-response`
- `@checkdigit/require-type-out-of-type-only-imports`

Expand Down
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const ignores = [

export default [
{ ignores },
{
linterOptions: {
reportUnusedDisableDirectives: 'error',
},
},
js.configs.all,
...ts.configs.strictTypeChecked,
...ts.configs.stylisticTypeChecked,
Expand Down
109 changes: 56 additions & 53 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkdigit/eslint-plugin",
"version": "7.4.1",
"version": "7.5.0",
"description": "Check Digit eslint plugins",
"keywords": [
"eslint",
Expand Down
41 changes: 0 additions & 41 deletions src/agent/no-full-response.ts

This file was deleted.

Loading

0 comments on commit 1f47f29

Please sign in to comment.