Skip to content

Commit

Permalink
refactor: no unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Apr 19, 2024
1 parent 27c9669 commit 937dfa0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error the guild's next config doesnt have types
import { withGuildDocs } from '@theguild/components/next.config';
export default withGuildDocs({
output: 'export',
Expand Down
1 change: 0 additions & 1 deletion website/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error module does exist
// eslint-disable-next-line @typescript-eslint/no-var-requires
const config = require('@theguild/tailwind-config/postcss.config');
module.exports = config;
1 change: 0 additions & 1 deletion website/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error module does not provide typings
// eslint-disable-next-line @typescript-eslint/no-var-requires
const config = require('@theguild/tailwind-config');
module.exports = config;

0 comments on commit 937dfa0

Please sign in to comment.