Skip to content

Commit

Permalink
build: deactivate eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Nov 10, 2023
1 parent 28aed89 commit beac08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
// // ...
// },
plugins: [
// eslint-disable-next-line import/no-extraneous-dependencies, global-require
require("@tailwindcss/container-queries"),
// ...
],
Expand Down

1 comment on commit beac08b

@vercel
Copy link

@vercel vercel bot commented on beac08b Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.