Skip to content

Commit

Permalink
fix(adonis): empty object type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Dec 3, 2024
1 parent 6ad73d8 commit cbf37b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ export default {
// Dependency-related changes
"deps",
// ESLint-related changes
"eslint",
// Prettier-related changes
"prettier",
// TypeScript-related changes
"typescript",
"next",
// Go-related changes
"golang",
"adonis",
],
],
"scope-empty": [1, "never"],
Expand Down
1 change: 1 addition & 0 deletions eslint/configs/typescript-adonis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function typescriptAdonis(): Linter.Config[] {
checksVoidReturn: false,
},
],
"@typescript-eslint/no-empty-object-type": "off",
},
},
] as Linter.Config[];
Expand Down

0 comments on commit cbf37b9

Please sign in to comment.