Skip to content

Commit ddd1678

Browse files
committed
lint errors fixed
1 parent b9b2426 commit ddd1678

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

examples/with-tailwindcss/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
21
<p align="center">
32

43
<img src="https://res.cloudinary.com/ddcg0rzlo/image/upload/v1640340715/nextjs-tailwind-typescript-banner_vslgq4.png" alt="Next.js TypeScript Starter">
54

65
</p>
76

8-
9-
107
<br />
118

129
# Next.js + Tailwind CSS Example
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
module.exports = {
1+
module.exports = {
22
content: [
3-
"./pages/**/*.{js,ts,jsx,tsx}",
4-
"./components/**/*.{js,ts,jsx,tsx}",
3+
'./pages/**/*.{js,ts,jsx,tsx}',
4+
'./components/**/*.{js,ts,jsx,tsx}',
55
],
66
theme: {
77
extend: {},
88
},
99
plugins: [],
10-
}
10+
}

0 commit comments

Comments
 (0)