Skip to content

Commit 56b2a1c

Browse files
committed
add: eslint-disable to taiwind.config.css
1 parent 8c699d7 commit 56b2a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
},
4343
},
4444
plugins: [
45+
/* eslint-disable-next-line */
4546
require("@tailwindcss/forms"),
4647
plugin(function ({ matchUtilities, theme }) {
4748
matchUtilities(

0 commit comments

Comments
 (0)