Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Jul 9, 2024
1 parent f00a3d9 commit 4c316b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webv2/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

module.exports = {
plugins: {
tailwindcss: {},
Expand Down
2 changes: 2 additions & 0 deletions webv2/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
Expand Down

0 comments on commit 4c316b9

Please sign in to comment.