Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 13, 2024
1 parent d8ab3f4 commit a8928a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ export default createConfigForNuxt({
'./playground',
],
},
}).overrideRules({
'@typescript-eslint/no-empty-object-type': 'off',
})
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@
"@nuxt/test-utils": "^3.14.0",
"@nuxt/ui": "^2.18.4",
"@nuxt/ui-pro": "^1.4.1",
"@types/node": "^22.2.0",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}
}
11 changes: 4 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit a8928a3

Please sign in to comment.